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(); |