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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.h

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 3c45f47f59ce51b8fd4eaaa0207c14aea1e4af7a..1a5006e06dbbcfc6533a606e7523c7dea34f73b3 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -179,6 +179,9 @@ public:
WEBKIT_EXPORT static void enableIMEAPI(bool);
WEBKIT_EXPORT static bool isIMEAPIEnabled();
+ WEBKIT_EXPORT static void enableAnimatedWebP(bool);
+ WEBKIT_EXPORT static bool isAnimatedWebPEnabled();
+
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698