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


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

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

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 92e51a1..4fa6b05 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -2,6 +2,13 @@
 
         Build fix. No review needed.
 
+        * platform/graphics/gtk/FontGtk.cpp:
+        (WebCore::Font::drawComplexText):
+
+2009-11-11  Beth Dakin  <bdakin at apple.com>
+
+        Build fix. No review needed.
+
         * platform/graphics/cairo/FontCairo.cpp:
         (WebCore::Font::drawGlyphs):
 
diff --git a/WebCore/platform/graphics/gtk/FontGtk.cpp b/WebCore/platform/graphics/gtk/FontGtk.cpp
index ee86f96..5c320e0 100644
--- a/WebCore/platform/graphics/gtk/FontGtk.cpp
+++ b/WebCore/platform/graphics/gtk/FontGtk.cpp
@@ -259,7 +259,7 @@ void Font::drawComplexText(GraphicsContext* context, const TextRun& run, const F
 
     // Re-enable the platform shadow we disabled earlier
     if (hasShadow)
-        context->setShadow(shadowSize, shadowBlur, shadowColor);
+        context->setShadow(shadowSize, shadowBlur, shadowColor, DeviceColorSpace);
 
     // Pango sometimes leaves behind paths we don't want
     cairo_new_path(cr);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list