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

Unified Diff: public/webpage/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, 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/webpage/WebRuntimeFeatures.h
diff --git a/public/webpage/WebRuntimeFeatures.h b/public/webpage/WebRuntimeFeatures.h
index fb91764226c7035d8c6b2c820756b345f894e18c..bb77dc5d0e71bc9bc91bb41676999ef4799b2751 100644
--- a/public/webpage/WebRuntimeFeatures.h
+++ b/public/webpage/WebRuntimeFeatures.h
@@ -208,6 +208,9 @@ public:
WEBKIT_EXPORT static void enableInputTypeColor(bool);
WEBKIT_EXPORT static bool isInputTypeColorEnabled();
+ WEBKIT_EXPORT static void enableAnimatedWebP(bool);
+ WEBKIT_EXPORT static bool isAnimatedWebPEnabled();
+
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698