Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 1752083003: mac: Use IOSurfaces in Canvas2DLayerBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp36_canvas2d_refactor
Patch Set: Fix compile on other OSes. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index c43f70b655b185702646becf64a935e705ffa08f..27512d91ab575b9b17c323aacf3a67f555c76591 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -6,6 +6,13 @@
"--disable-display-list-2d-canvas"]
},
{
+ "prefix": "iosurface_2d_canvas",
+ "base": "fast/canvas",
+ "args": ["--enable-accelerated-2d-canvas",
+ "--disable-display-list-2d-canvas",
+ "--use-gl=desktop"]
+ },
+ {
"prefix": "display_list_2d_canvas",
"base": "fast/canvas",
"args": ["--force-display-list-2d-canvas"]

Powered by Google App Engine
This is Rietveld 408576698