| 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 20ef9e40a55b6b42d831c0bf97bb3e1790f3fd03..2cacf195190d1aa7d57b3cb6d11429424b4aa2d3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1705,6 +1705,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableRGBA4444Textures,
|
| switches::kEnableSkiaBenchmarking,
|
| switches::kEnableSlimmingPaintV2,
|
| + switches::kEnableSlimmingPaintInvalidation,
|
| switches::kEnableSmoothScrolling,
|
| switches::kEnableStatsTable,
|
| switches::kEnableThreadedCompositing,
|
|
|