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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: IDL cleanup Created 7 years, 8 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: Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
index 5793dc1cd9c9c4e321628fe48b12929a49e9521e..a82b78121d9eb026d504cf7a58fb7ce07ce30f5a 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/TestInterfaces.cpp
@@ -83,6 +83,7 @@ TestInterfaces::TestInterfaces()
WebRuntimeFeatures::enableExperimentalContentSecurityPolicyFeatures(true);
WebRuntimeFeatures::enableSeamlessIFrames(true);
WebRuntimeFeatures::enableCanvasPath(true);
+ WebRuntimeFeatures::enableExperimentalCanvasFeatures(true);
resetAll();
}

Powered by Google App Engine
This is Rietveld 408576698