Index: public/webview/WebRuntimeFeatures.h |
diff --git a/public/webview/WebRuntimeFeatures.h b/public/webview/WebRuntimeFeatures.h |
index c772fb619c5083e29ca6285cc5a1a2736972c789..e5742292472ed1f1c31e953e2fc6f3ba6942ba57 100644 |
--- a/public/webview/WebRuntimeFeatures.h |
+++ b/public/webview/WebRuntimeFeatures.h |
@@ -205,6 +205,9 @@ public: |
WEBKIT_EXPORT static void enableDataListElement(bool); |
WEBKIT_EXPORT static bool isDataListElementEnabled(); |
+ WEBKIT_EXPORT static void enableAnimatedWebP(bool); |
+ WEBKIT_EXPORT static bool isAnimatedWebPEnabled(); |
+ |
private: |
WebRuntimeFeatures(); |
}; |