[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:56:55 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 272e8ee230ec02b32aa36676e5ddc7447977aa6e
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 30 07:08:30 2010 +0000

    2010-09-30  Alexey Marinichev  <amarinichev at chromium.org>
    
            Reviewed by Kenneth Russell.
    
            Rename chromium's GraphicsContext3D.cpp to match others.
            https://bugs.webkit.org/show_bug.cgi?id=46771
    
            * WebKit.gyp:
            * src/GraphicsContext3DChromium.cpp: Renamed from WebKit/chromium/src/GraphicsContext3D.cpp.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68759 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 01b68bc..142301c 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-30  Alexey Marinichev  <amarinichev at chromium.org>
+
+        Reviewed by Kenneth Russell.
+
+        Rename chromium's GraphicsContext3D.cpp to match others.
+        https://bugs.webkit.org/show_bug.cgi?id=46771
+
+        * WebKit.gyp:
+        * src/GraphicsContext3DChromium.cpp: Renamed from WebKit/chromium/src/GraphicsContext3D.cpp.
+
 2010-09-29  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index 6db5d01..7fac350 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -324,7 +324,7 @@
                 'src/FrameLoaderClientImpl.cpp',
                 'src/FrameLoaderClientImpl.h',
                 'src/FrameNetworkingContextImpl.h',
-                'src/GraphicsContext3D.cpp',
+                'src/GraphicsContext3DChromium.cpp',
                 'src/GraphicsContext3DInternal.h',
                 'src/gtk/WebFontInfo.cpp',
                 'src/gtk/WebFontInfo.h',
diff --git a/WebKit/chromium/src/GraphicsContext3D.cpp b/WebKit/chromium/src/GraphicsContext3DChromium.cpp
similarity index 100%
rename from WebKit/chromium/src/GraphicsContext3D.cpp
rename to WebKit/chromium/src/GraphicsContext3DChromium.cpp

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list