| 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 de830f42ef43f732fe58fdda9d5c94fe7df35ba9..771dac1c5597fef1cbec77c013789096dd7a9bec 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1472,6 +1472,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kExplicitlyAllowedPorts,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kForceDisplayList2dCanvas,
|
| + switches::kEnableCanvas2dDynamicRenderingModeSwitching,
|
| switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| switches::kInertVisualViewport,
|
|
|