| 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 a8d2772229f4d42ea42db5166d78d77d9f6ab155..54fc2b82bb8d92faf8875b64fb2c7eedb3a14168 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -764,6 +764,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnablePartialSwap,
|
| switches::kEnablePeerConnection,
|
| switches::kEnablePerTilePainting,
|
| + switches::kEnableRendererSideMixing,
|
| switches::kEnableShadowDOM,
|
| switches::kEnableStrictSiteIsolation,
|
| switches::kEnableStyleScoped,
|
|
|