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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.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: Source/core/page/RuntimeEnabledFeatures.cpp
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
index 3de7ad76f441a4081c638ae97c6e0767e6225642..f6fcd1a873f4d47d0b8b32e06a0ada94902e5444 100644
--- a/Source/core/page/RuntimeEnabledFeatures.cpp
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp
@@ -183,4 +183,5 @@ bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
bool RuntimeEnabledFeatures::isIMEAPIEnabled = false;
+bool RuntimeEnabledFeatures::areExperimentalCanvasFeaturesEnabled = false;
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698