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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 17:58:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 3f4b375aa2e4c50be1ce321727748964b202dfd6
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 3 21:09:17 2010 +0000

    2010-12-03  Simon Fraser  <simon.fraser at apple.com>
    
            Another Chromium build fix.
    
            * platform/graphics/skia/GraphicsContextSkia.cpp:
            (WebCore::GraphicsContext::setPlatformTextDrawingMode):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73291 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 86718be..f920576 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-03  Simon Fraser  <simon.fraser at apple.com>
 
+        Another Chromium build fix.
+
+        * platform/graphics/skia/GraphicsContextSkia.cpp:
+        (WebCore::GraphicsContext::setPlatformTextDrawingMode):
+
+2010-12-03  Simon Fraser  <simon.fraser at apple.com>
+
         Fix Chromium build.
 
         * platform/graphics/skia/PlatformContextSkia.h:
diff --git a/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp b/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
index 6f6dce8..84b42ff 100644
--- a/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
+++ b/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
@@ -1136,7 +1136,7 @@ void GraphicsContext::setPlatformStrokePattern(Pattern* pattern)
     platformContext()->setStrokeShader(pattern->platformPattern(getCTM()));
 }
 
-void GraphicsContext::setPlatformTextDrawingMode(int mode)
+void GraphicsContext::setPlatformTextDrawingMode(TextDrawingModeFlags mode)
 {
     if (paintingDisabled())
         return;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list