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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 18854016: Add runtime flags for Web Animations CSS and SVG implementations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Turn on WebAnimations when WebAnimationsCSS/SVG is specified. Fix copy pasta. Created 7 years, 5 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.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index ae956266c15c7bfe720c7aedc87b2c8a44bd0ce1..9dfafe9eb494dccfd87a1e44cc8f6767755bb10e 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -123,6 +123,9 @@ public:
WEBKIT_EXPORT static void enableTouch(bool);
WEBKIT_EXPORT static bool isTouchEnabled();
+ WEBKIT_EXPORT static void enableWebAnimationsCSS();
+ WEBKIT_EXPORT static void enableWebAnimationsSVG();
abarth-chromium 2013/07/09 17:51:29 Normally we pass a bool here, but I guess there's
+
WEBKIT_EXPORT static void enableWebAudio(bool);
WEBKIT_EXPORT static bool isWebAudioEnabled();
« no previous file with comments | « Source/core/page/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698