Title: [103349] trunk/Source/WebKit/chromium
Revision
103349
Author
r...@google.com
Date
2011-12-20 14:05:28 -0800 (Tue, 20 Dec 2011)

Log Message

enable USE_SKIA_TEXT by default, replacing GDI for all text drawing
https://bugs.webkit.org/show_bug.cgi?id=74928

Reviewed by Stephen White.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (103348 => 103349)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-12-20 21:45:25 UTC (rev 103348)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-12-20 22:05:28 UTC (rev 103349)
@@ -1,3 +1,12 @@
+2011-12-20  Mike Reed  <r...@google.com>
+
+        enable USE_SKIA_TEXT by default, replacing GDI for all text drawing
+        https://bugs.webkit.org/show_bug.cgi?id=74928
+
+        Reviewed by Stephen White.
+
+        * features.gypi:
+
 2011-12-20  Greg Billock  <gbill...@google.com>
 
         Make WebIntentServiceInfo constructor public for testing.

Modified: trunk/Source/WebKit/chromium/features.gypi (103348 => 103349)


--- trunk/Source/WebKit/chromium/features.gypi	2011-12-20 21:45:25 UTC (rev 103348)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-12-20 22:05:28 UTC (rev 103349)
@@ -113,7 +113,7 @@
     # through GYP_DEFINES.
     'variables': {
       'use_accelerated_compositing%': 1,
-      'enable_skia_text%': 0,
+      'enable_skia_text%': 1,
       'enable_svg%': 1,
       'enable_viewport%': 0,
       'enable_touch_events%': 1,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to