[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
simon.fraser at apple.com
simon.fraser at apple.com
Fri Jan 21 14:54:02 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit 0127b431e626ad613f86f724879b4c91ba7992a1
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jan 4 01:28:41 2011 +0000
2011-01-03 Simon Fraser <simon.fraser at apple.com>
Attempt to fix GTK build.
* platform/graphics/gtk/FontGtk.cpp:
(WebCore::drawGlyphsShadow):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74950 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cc64e38..7e07cca 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-03 Simon Fraser <simon.fraser at apple.com>
+
+ Attempt to fix GTK build.
+
+ * platform/graphics/gtk/FontGtk.cpp:
+ (WebCore::drawGlyphsShadow):
+
2011-01-03 Helder Correia <helder at sencha.com>
Reviewed by Simon Fraser.
diff --git a/WebCore/platform/graphics/gtk/FontGtk.cpp b/WebCore/platform/graphics/gtk/FontGtk.cpp
index 87fccc8..fdf91db 100644
--- a/WebCore/platform/graphics/gtk/FontGtk.cpp
+++ b/WebCore/platform/graphics/gtk/FontGtk.cpp
@@ -225,7 +225,7 @@ static void drawGlyphsShadow(GraphicsContext* graphicsContext, cairo_t* context,
FloatPoint totalOffset(point + shadow->m_offset);
// Optimize non-blurry shadows, by just drawing text without the ContextShadow.
- if (!shadow->mustUseContextShadow(context)) {
+ if (!shadow->mustUseContextShadow(graphicsContext)) {
cairo_save(context);
cairo_translate(context, totalOffset.x(), totalOffset.y());
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list