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

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: Rebased to ToT; test 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
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.h ('k') | Source/core/platform/graphics/ImageBuffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/RuntimeEnabledFeatures.cpp
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
index 88a84ab99e12d270d7b94f8273595f762f2d3d3f..8d130ec076fffc50de3fc326b7aeee3a0e158654 100644
--- a/Source/core/page/RuntimeEnabledFeatures.cpp
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp
@@ -99,6 +99,7 @@ bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
bool RuntimeEnabledFeatures::isDirectoryUploadEnabled = true;
bool RuntimeEnabledFeatures::isExperimentalWebSocketEnabled = false;
bool RuntimeEnabledFeatures::isIMEAPIEnabled = false;
+bool RuntimeEnabledFeatures::areExperimentalCanvasFeaturesEnabled = false;
bool RuntimeEnabledFeatures::mediaEnabled()
{
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.h ('k') | Source/core/platform/graphics/ImageBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698