| 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 c4b72a3241682e420e1aee06434c9c44cbaf6003..7f242f6d2932e4dcf302f4c4adcb26eeb8986f3b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1469,6 +1469,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kExplicitlyAllowedPorts,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kForceDisplayList2dCanvas,
|
| + switches::kEnableCanvas2dDynamicPipelineMode,
|
| switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
|
|