[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bdakin at apple.com bdakin at apple.com
Wed Apr 7 23:32:41 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 41df1e3879e100c4d6efe4fa52b2be61935a2b5a
Author: bdakin at apple.com <bdakin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 12 02:19:15 2009 +0000

    Build fix. No review needed.
    
    * platform/graphics/cairo/FontCairo.cpp:
    (WebCore::Font::drawGlyphs):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50854 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1faefe1..92e51a1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2009-11-11  Beth Dakin  <bdakin at apple.com>
 
+        Build fix. No review needed.
+
+        * platform/graphics/cairo/FontCairo.cpp:
+        (WebCore::Font::drawGlyphs):
+
+2009-11-11  Beth Dakin  <bdakin at apple.com>
+
         Windows build fix. No review needed. 
 
         * platform/graphics/win/FontCGWin.cpp:
diff --git a/WebCore/platform/graphics/cairo/FontCairo.cpp b/WebCore/platform/graphics/cairo/FontCairo.cpp
index 1a951c2..f6bdcd2 100644
--- a/WebCore/platform/graphics/cairo/FontCairo.cpp
+++ b/WebCore/platform/graphics/cairo/FontCairo.cpp
@@ -156,7 +156,7 @@ void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, cons
 
     // Re-enable the platform shadow we disabled earlier
     if (hasShadow)
-        context->setShadow(shadowSize, shadowBlur, shadowColor);
+        context->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);
 
     cairo_restore(cr);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list