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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

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: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 4ac27dc3c34712a1d1a8ccf6caa4d6a90b1b7252..5021572a01f0435488f253d7eed1d4048cd49487 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1966,7 +1966,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kForceDisplayList2dCanvas,
switches::kForceGpuMemAvailableMb,
switches::kForceGpuRasterization,
- switches::kEnableCanvas2dDynamicRenderingModeSwitching,
switches::kForceOverlayFullscreenVideo,
switches::kFullMemoryCrashReport,
switches::kIgnoreAutoplayRestrictionsForTests,

Powered by Google App Engine
This is Rietveld 408576698