Title: [136138] trunk/Source/WebKit/chromium
- Revision
- 136138
- Author
- [email protected]
- Date
- 2012-11-29 10:14:58 -0800 (Thu, 29 Nov 2012)
Log Message
[Chromium] Add code supppression flags for skia
Unreviewed addition of Skia build flags to allow for their removal from Chromium's skia.gyp.
* skia_webkit.gyp: Added defines for SK_DISABLE_DITHER_32BIT_GRADIENT and SK_DISABLE_DASHING_OPTIMIZATION
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (136137 => 136138)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-11-29 17:20:42 UTC (rev 136137)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-11-29 18:14:58 UTC (rev 136138)
@@ -1,3 +1,11 @@
+2012-11-29 Stephen Chenney <[email protected]>
+
+ [Chromium] Add code supppression flags for skia
+
+ Unreviewed addition of Skia build flags to allow for their removal from Chromium's skia.gyp.
+
+ * skia_webkit.gyp: Added defines for SK_DISABLE_DITHER_32BIT_GRADIENT and SK_DISABLE_DASHING_OPTIMIZATION
+
2012-11-29 Florin Malita <[email protected]>
[Skia] Add missing OpaqueRegionSkia notifier calls
Modified: trunk/Source/WebKit/chromium/skia_webkit.gyp (136137 => 136138)
--- trunk/Source/WebKit/chromium/skia_webkit.gyp 2012-11-29 17:20:42 UTC (rev 136137)
+++ trunk/Source/WebKit/chromium/skia_webkit.gyp 2012-11-29 18:14:58 UTC (rev 136138)
@@ -39,6 +39,10 @@
'defines': [
# Place defines here that require significant WebKit rebaselining, or that
# are otherwise best removed in WebKit and then rolled into Chromium.
+ # Defines should be in single quotes and a comma must appear after every one.
+ 'SK_DISABLE_DITHER_32BIT_GRADIENT',
+
+ 'SK_DISABLE_DASHING_OPTIMIZATION',
],
},
},
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes