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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.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: 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 | « LayoutTests/fast/canvas/alpha-expected.txt ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 7551e3ac1535b0a87aa7f8fb00cb1bd1746cfa9e..262a708ef65f8040d71702d78dfb11aebd2019d3 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -176,6 +176,9 @@ public:
WEBKIT_EXPORT static void enableIMEAPI(bool);
WEBKIT_EXPORT static bool isIMEAPIEnabled();
+ WEBKIT_EXPORT static void enableExperimentalCanvasFeatures(bool);
+ WEBKIT_EXPORT static bool areExperimentalCanvasFeaturesEnabled();
+
private:
WebRuntimeFeatures();
};
« no previous file with comments | « LayoutTests/fast/canvas/alpha-expected.txt ('k') | Source/WebKit/chromium/src/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698