Title: [141997] trunk/Source/WebKit/chromium
- Revision
- 141997
- Author
- schen...@chromium.org
- Date
- 2013-02-06 06:43:21 -0800 (Wed, 06 Feb 2013)
Log Message
Add Skia code suppression flags to WebKit skia.gyp
Unreviewed.
This is step one in removing these flags. First we get them into
WebKit, then we can remove them from Chrome.
* skia_webkit.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (141996 => 141997)
--- trunk/Source/WebKit/chromium/ChangeLog 2013-02-06 14:32:17 UTC (rev 141996)
+++ trunk/Source/WebKit/chromium/ChangeLog 2013-02-06 14:43:21 UTC (rev 141997)
@@ -1,3 +1,14 @@
+2013-02-06 Stephen Chenney <schen...@chromium.org>
+
+ Add Skia code suppression flags to WebKit skia.gyp
+
+ Unreviewed.
+
+ This is step one in removing these flags. First we get them into
+ WebKit, then we can remove them from Chrome.
+
+ * skia_webkit.gyp:
+
2013-02-06 Mike West <mk...@chromium.org>
Add an ENABLE_NOSNIFF feature flag.
Modified: trunk/Source/WebKit/chromium/skia_webkit.gyp (141996 => 141997)
--- trunk/Source/WebKit/chromium/skia_webkit.gyp 2013-02-06 14:32:17 UTC (rev 141996)
+++ trunk/Source/WebKit/chromium/skia_webkit.gyp 2013-02-06 14:43:21 UTC (rev 141997)
@@ -43,12 +43,12 @@
# DO NOT remove the define until you are ready to rebaseline, and
# AFTER the flag has been removed from skia.gyp in Chromium.
- # This flag causes asserts and image errors in border-drawing code
- # where the borders have alpha. Do not remove this suppression until
- # those issues have been addressed and the associated tests verified.
- # See crbug.com/169550
'SK_DISABLE_DASHING_OPTIMIZATION',
-
+ 'SK_IGNORE_1XN_BITMAP_OPT',
+ 'SK_IGNORE_CLIP_BUG_FIX',
+ 'SK_IGNORE_CONVEX_QUAD_OPT',
+ 'SK_IGNORE_SETLINE_FIX',
+ 'SK_IGNORE_GRADIENT_DITHER_FIX',
],
},
},
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes