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

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.cpp

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/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
index 4b8acef6db486fe32a78aa26d13f60e416e9a1f5..ccf64fe56d706ee342f128a9f641f1d62f637668 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -190,4 +190,6 @@ bool RuntimeEnabledFeatures::isFontLoadEventsEnabled = false;
bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
+bool RuntimeEnabledFeatures::isAnimatedWebPEnabled = false;
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698