Title: [134296] trunk/Source/WebKit/chromium
- Revision
- 134296
- Author
- [email protected]
- Date
- 2012-11-12 13:45:18 -0800 (Mon, 12 Nov 2012)
Log Message
[chromium] Supressing a Skia change to prevent layout test breakage.
Unreviewed expectations management.
* skia_webkit.gyp: Added supression 'SK_IGNORE_FAST_BLURRECT=1'
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (134295 => 134296)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-11-12 21:36:23 UTC (rev 134295)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-11-12 21:45:18 UTC (rev 134296)
@@ -1,3 +1,11 @@
+2012-11-12 Stephen Chenney <[email protected]>
+
+ [chromium] Supressing a Skia change to prevent layout test breakage.
+
+ Unreviewed expectations management.
+
+ * skia_webkit.gyp: Added supression 'SK_IGNORE_FAST_BLURRECT=1'
+
2012-11-12 Alexandre Elias <[email protected]>
[chromium] Delete WebCompositor.h
Modified: trunk/Source/WebKit/chromium/skia_webkit.gyp (134295 => 134296)
--- trunk/Source/WebKit/chromium/skia_webkit.gyp 2012-11-12 21:36:23 UTC (rev 134295)
+++ trunk/Source/WebKit/chromium/skia_webkit.gyp 2012-11-12 21:45:18 UTC (rev 134296)
@@ -47,9 +47,12 @@
# Temporarily ignore fix to antialias coverage, until we can rebaseline
'SK_USE_LEGACY_AA_COVERAGE',
+
+ # Temporarily ignore speedup for blurring rectangles, so that Chromium
+ # deps roll does not break tests. Will rebaseline within 5 days.
+ 'SK_IGNORE_FAST_BLURRECT=1',
],
},
},
],
}
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes