Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h |
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
index 633b08d8432156f2133a7803669e44f6ed66cd30..d6ba245da04f1a6c5a4e98c95b73b27c94476133 100644 |
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h |
@@ -182,6 +182,9 @@ public: |
WEBKIT_EXPORT static void enableSpeechSynthesis(bool); |
WEBKIT_EXPORT static bool isSpeechSynthesisEnabled(); |
+ WEBKIT_EXPORT static void enableAnimatedWebP(bool); |
+ WEBKIT_EXPORT static bool isAnimatedWebPEnabled(); |
+ |
private: |
WebRuntimeFeatures(); |
}; |