Title: [111620] branches/chromium/1025/Source/WebKit/chromium/features.gypi
Revision
111620
Author
[email protected]
Date
2012-03-21 16:33:05 -0700 (Wed, 21 Mar 2012)

Log Message

Revert 103349 - 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:


[email protected]
Review URL: https://chromiumcodereview.appspot.com/9832001

Modified Paths

Diff

Modified: branches/chromium/1025/Source/WebKit/chromium/features.gypi (111619 => 111620)


--- branches/chromium/1025/Source/WebKit/chromium/features.gypi	2012-03-21 23:29:29 UTC (rev 111619)
+++ branches/chromium/1025/Source/WebKit/chromium/features.gypi	2012-03-21 23:33:05 UTC (rev 111620)
@@ -114,7 +114,7 @@
     # through GYP_DEFINES.
     'variables': {
       'use_accelerated_compositing%': 1,
-      'enable_skia_text%': 1,
+      'enable_skia_text%': 0,
       'enable_svg%': 1,
       'enable_viewport%': 0,
       'enable_touch_events%': 1,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to