[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
bdakin at apple.com
bdakin at apple.com
Thu Dec 3 13:33:11 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 1f3070f3f743677b9b61dbad2fcb523afd25fd70
Author: bdakin at apple.com <bdakin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Nov 12 02:31:19 2009 +0000
Build fix. No review needed.
* WebKitGraphics.cpp:
(WebDrawText):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50856 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 173292e..14cd053 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-11 Beth Dakin <bdakin at apple.com>
+
+ Build fix. No review needed.
+
+ * WebKitGraphics.cpp:
+ (WebDrawText):
+
2009-11-10 Daniel Bates <dbates at webkit.org>
Reviewed by Oliver Hunt.
diff --git a/WebKit/win/WebKitGraphics.cpp b/WebKit/win/WebKitGraphics.cpp
index 9727ee6..03fe903 100644
--- a/WebKit/win/WebKitGraphics.cpp
+++ b/WebKit/win/WebKitGraphics.cpp
@@ -114,7 +114,7 @@ void WebDrawText(WebTextRenderInfo* info)
// Set shadow setting
if (info->structSize == sizeof(WebTextRenderInfo) &&
(info->shadowOffset.cx || info->shadowOffset.cy || info->shadowBlur || info->shadowColor))
- context.setShadow(info->shadowOffset, info->shadowBlur, info->shadowColor);
+ context.setShadow(info->shadowOffset, info->shadowBlur, info->shadowColor, DeviceColorSpace);
WebCoreDrawTextAtPoint(context, drawString, info->pt, makeFont(*(info->description)), info->color, info->underlinedIndex);
context.restore();
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list