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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 13:27:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 64d1764b2cddd95297a01ee2947989b62b0d00c1
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 15 23:43:50 2010 +0000

    2010-09-15  Simon Fraser  <simon.fraser at apple.com>
    
            Fix chromium build.
    
            * platform/graphics/chromium/GraphicsLayerChromium.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67579 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a65d294..d2b4f0b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-15  Simon Fraser  <simon.fraser at apple.com>
 
+        Fix chromium build.
+        
+        * platform/graphics/chromium/GraphicsLayerChromium.cpp:
+
+2010-09-15  Simon Fraser  <simon.fraser at apple.com>
+
         Reviewed by Adam Roben.
 
         https://bugs.webkit.org/show_bug.cgi?id=44715
diff --git a/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp b/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
index a9b88b0..d934f46 100644
--- a/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
+++ b/WebCore/platform/graphics/chromium/GraphicsLayerChromium.cpp
@@ -84,11 +84,6 @@ static void clearLayerBackgroundColor(LayerChromium& layer)
     layer.setBackgroundColor(static_cast<RGBA32>(0));
 }
 
-GraphicsLayer::CompositingCoordinatesOrientation GraphicsLayer::compositingCoordinatesOrientation()
-{
-    return CompositingCoordinatesBottomUp;
-}
-
 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
 {
     return new GraphicsLayerChromium(client);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list