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

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: Debug fix 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 380a97ef9a76536b7430756c02bcfccb2dab78c0..62a539d9a0ed6d3935b838440f3d8962770e50ed 100644
--- a/public/webpage/WebRuntimeFeatures.h
+++ b/public/webpage/WebRuntimeFeatures.h
@@ -211,6 +211,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