Title: [98118] trunk/WebKitLibraries
- Revision
- 98118
- Author
- je...@apple.com
- Date
- 2011-10-21 11:20:58 -0700 (Fri, 21 Oct 2011)
Log Message
Focus rings are too thin in HiDPI in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=70396
Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
Reviewed by Beth Dakin.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
Modified Paths
Diff
Modified: trunk/WebKitLibraries/ChangeLog (98117 => 98118)
--- trunk/WebKitLibraries/ChangeLog 2011-10-21 18:13:04 UTC (rev 98117)
+++ trunk/WebKitLibraries/ChangeLog 2011-10-21 18:20:58 UTC (rev 98118)
@@ -1,3 +1,15 @@
+2011-10-21 Jeff Miller <je...@apple.com>
+
+ Focus rings are too thin in HiDPI in WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=70396
+
+ Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
+
+ Reviewed by Beth Dakin.
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+ * win/lib/WebKitSystemInterface.lib:
+
2011-10-19 Beth Dakin <bda...@apple.com>
Try to fix the Chromium build.
Modified: trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h (98117 => 98118)
--- trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h 2011-10-21 18:13:04 UTC (rev 98117)
+++ trunk/WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h 2011-10-21 18:20:58 UTC (rev 98118)
@@ -81,7 +81,7 @@
void wkGetGlyphs(CGFontRef, const UChar[], CGGlyph[], size_t count);
void wkSetUpFontCache(size_t s);
-void wkSetPatternBaseCTM(CGContextRef, CGAffineTransform);
+void wkSetBaseCTM(CGContextRef, CGAffineTransform);
void wkSetPatternPhaseInUserSpace(CGContextRef, CGPoint phasePoint);
CGAffineTransform wkGetUserToBaseCTM(CGContextRef);
Modified: trunk/WebKitLibraries/win/lib/WebKitSystemInterface.lib
(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes