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 7c6759ab1049d96c86ef87877fb138fb911f0d56..fa8eb84f851246f7622f59fa5f3ad51b256c3653 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -863,6 +863,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kShowOccludingRects, |
cc::switches::kTraceOverdraw, |
cc::switches::kTopControlsHeight, |
+ cc::switches::kCompositeToMailbox, |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |
arraysize(kSwitchNames)); |