| 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 8e56d016509f16985c67e860e75323e2626df806..6f9ac19a1248a170ba4d535b2aabdadd9ff3b019 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -833,6 +833,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kWebCoreLogChannels,
|
| switches::kWebIntentsInvocationEnabled,
|
| cc::switches::kBackgroundColorInsteadOfCheckerboard,
|
| + cc::switches::kEnableCompositorFrameMessage,
|
| cc::switches::kEnableImplSidePainting,
|
| cc::switches::kEnablePartialSwap,
|
| cc::switches::kNumRasterThreads,
|
|
|