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

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: Enclose under runtime flag 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 ccc272d84a8bb53a09fbe388449bddca0aa2e9af..74cf3dd880c2080933a25410a40b4baac21011b1 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -173,6 +173,9 @@ public:
WEBKIT_EXPORT static void enableWebMIDI(bool);
WEBKIT_EXPORT static bool isWebMIDIEnabled();
+ WEBKIT_EXPORT static void enableAnimatedWebP(bool);
+ WEBKIT_EXPORT static bool isAnimatedWebPEnabled();
+
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698