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

Unified Diff: public/webview/WebRuntimeFeatures.h

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adapt to recent animation code changes Created 7 years, 6 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
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();
};

Powered by Google App Engine
This is Rietveld 408576698