Title: [97570] trunk/Source/WebKit/chromium
Revision
97570
Author
[email protected]
Date
2011-10-15 21:19:55 -0700 (Sat, 15 Oct 2011)

Log Message

Remove unused ENABLE(SKIA_GPU)
https://bugs.webkit.org/show_bug.cgi?id=70192

Reviewed by Daniel Bates.

There do not appear to be any references to this macro.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (97569 => 97570)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-16 03:33:30 UTC (rev 97569)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-16 04:19:55 UTC (rev 97570)
@@ -1,3 +1,14 @@
+2011-10-15  Adam Barth  <[email protected]>
+
+        Remove unused ENABLE(SKIA_GPU)
+        https://bugs.webkit.org/show_bug.cgi?id=70192
+
+        Reviewed by Daniel Bates.
+
+        There do not appear to be any references to this macro.
+
+        * features.gypi:
+
 2011-10-15  Vincent Scheib  <[email protected]>
 
         [Chromium] Populate WebMouseEvent movementX/Y on Mac

Modified: trunk/Source/WebKit/chromium/features.gypi (97569 => 97570)


--- trunk/Source/WebKit/chromium/features.gypi	2011-10-16 03:33:30 UTC (rev 97569)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-10-16 04:19:55 UTC (rev 97570)
@@ -79,7 +79,6 @@
       'ENABLE_RUBY=1',
       'ENABLE_SANDBOX=1',
       'ENABLE_SHARED_WORKERS=1',
-      'ENABLE_SKIA_GPU=<(use_skia_gpu)',
       'ENABLE_SKIA_TEXT=<(enable_skia_text)',
       'ENABLE_SMOOTH_SCROLLING=1',
       'ENABLE_SQL_DATABASE=1',
@@ -114,7 +113,6 @@
       'enable_skia_text%': 0,
       'enable_svg%': 1,
       'enable_touch_events%': 1,
-      'use_skia_gpu%': 0,
       'use_skia%': 0,
       'enable_touch_icon_loading%' : 0,
       'enable_css3_flexbox%': 0,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to