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 53b2e91a5d2c8f54c436cdeb744098fd9181fb54..d661ff8db8f5880e8b1e023bf20c2487a2742599 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -821,6 +821,9 @@ void RenderProcessHostImpl::AppendRendererCommandLine( |
if (content::IsThreadedCompositingEnabled()) |
command_line->AppendSwitch(switches::kEnableThreadedCompositing); |
+ if (content::IsDelegatedRendererEnabled()) |
+ command_line->AppendSwitch(switches::kEnableDelegatedRenderer); |
+ |
GetContentClient()->browser()->AppendExtraCommandLineSwitches( |
command_line, GetID()); |