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

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h

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/public/WebPreferences.h
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h b/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
index b7a265f5b51bb2b2dbb71624044d747479376b7b..e2b6a7eccdc46f84213fdde85a6fe4c2997e7154 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
+++ b/Tools/DumpRenderTree/chromium/TestRunner/public/WebPreferences.h
@@ -92,6 +92,7 @@ struct WEBTESTRUNNER_EXPORT WebPreferences {
bool acceleratedCompositingEnabled;
bool forceCompositingMode;
bool threadedHTMLParser;
+ bool experimentalCanvasFeaturesEnabled;
bool accelerated2dCanvasEnabled;
bool perTilePaintingEnabled;
bool acceleratedAnimationEnabled;

Powered by Google App Engine
This is Rietveld 408576698