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

Unified Diff: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp

Issue 2893243003: color: Add ColorCanvasExtensions runtime flag (Closed)
Patch Set: Update webkit_unit_tests to use new flags Created 3 years, 7 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: third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
index 6f5d2818033169989323e027e402785ef1be63cc..2c46ea88f6ad0d0f3fd4ba4e2419759864bff907 100644
--- a/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp
@@ -80,10 +80,6 @@ void WebRuntimeFeatures::EnableColorCorrectRendering(bool enable) {
RuntimeEnabledFeatures::setColorCorrectRenderingEnabled(enable);
}
-void WebRuntimeFeatures::EnableColorCorrectRenderingDefaultMode(bool enable) {
- RuntimeEnabledFeatures::setColorCorrectRenderingDefaultModeEnabled(enable);
-}
-
void WebRuntimeFeatures::EnableCompositedSelectionUpdate(bool enable) {
RuntimeEnabledFeatures::setCompositedSelectionUpdateEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698