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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: 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/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 19db18391037c6c320d63e23557bb1d4eade6572..95fa55579b041df62e4cd59690dc0837a2e7e4b1 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -112,12 +112,6 @@ void WebRuntimeFeatures::EnableDisplayList2dCanvas(bool enable) {
RuntimeEnabledFeatures::setDisplayList2dCanvasEnabled(enable);
}
-void WebRuntimeFeatures::EnableCanvas2dDynamicRenderingModeSwitching(
- bool enable) {
- RuntimeEnabledFeatures::setEnableCanvas2dDynamicRenderingModeSwitchingEnabled(
- enable);
-}
-
void WebRuntimeFeatures::EnableDocumentWriteEvaluator(bool enable) {
RuntimeEnabledFeatures::setDocumentWriteEvaluatorEnabled(enable);
}

Powered by Google App Engine
This is Rietveld 408576698