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

Unified Diff: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp

Issue 13814024: Add a runtime flag in WebRuntimeFeatures to enable 'image/webp' accept header (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/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
index f0f72522a3a5f9678f9155b4a4ee20db0a29d588..b40d9f6e8023ef7c771453edd4b18cb9259a437e 100644
--- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
+++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
@@ -226,4 +226,8 @@ bool RuntimeEnabledFeatures::areSeamlessIFramesEnabled = false;
bool RuntimeEnabledFeatures::isFontLoadEventsEnabled = false;
#endif
+#if USE(WEBP)
+bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
+#endif
+
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698