[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:39 UTC 2010


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

    Windows build fix. No review needed.
    
    * platform/graphics/win/FontCGWin.cpp:
    (WebCore::Font::drawGlyphs):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50853 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 083c526..1faefe1 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2009-11-11  Beth Dakin  <bdakin at apple.com>
 
+        Windows build fix. No review needed. 
+
+        * platform/graphics/win/FontCGWin.cpp:
+        (WebCore::Font::drawGlyphs):
+
+2009-11-11  Beth Dakin  <bdakin at apple.com>
+
         Reviewed by Simon Fraser.
 
         Fix for https://bugs.webkit.org/show_bug.cgi?id=31382
diff --git a/WebCore/platform/graphics/win/FontCGWin.cpp b/WebCore/platform/graphics/win/FontCGWin.cpp
index 93da0aa..e901669 100644
--- a/WebCore/platform/graphics/win/FontCGWin.cpp
+++ b/WebCore/platform/graphics/win/FontCGWin.cpp
@@ -380,7 +380,7 @@ void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* fo
     }
 
     if (hasSimpleShadow)
-        graphicsContext->setShadow(shadowSize, shadowBlur, shadowColor);
+        graphicsContext->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);
 
     wkRestoreFontSmoothingStyle(cgContext, oldFontSmoothingStyle);
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list