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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.cpp

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/core/page/RuntimeEnabledFeatures.cpp
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp
index 3de7ad76f441a4081c638ae97c6e0767e6225642..068096326c15d74edd3ba8e995fe25fcf15ec298 100644
--- a/Source/core/page/RuntimeEnabledFeatures.cpp
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp
@@ -183,4 +183,6 @@ bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
bool RuntimeEnabledFeatures::isIMEAPIEnabled = false;
+bool RuntimeEnabledFeatures::isAnimatedWebPEnabled = false;
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698