| 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 8121a177c0dc2686f7c8f1c23fc1ebcea274a327..aaf37b83b35c372d6d2fdf11aa8b21a687a3b8c2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -872,6 +872,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableCompositingForFixedPosition,
|
| switches::kEnableHighDpiCompositingForFixedPosition,
|
| switches::kDisableCompositingForFixedPosition,
|
| + switches::kEnableTileFreeSoftwareCompositing,
|
| switches::kEnableAcceleratedPainting,
|
| switches::kDisableThreadedCompositing,
|
| switches::kDisableTouchAdjustment,
|
|
|