| 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 785ad98c825b096b6d0e260c5a528807cfab8cbf..6ae5b1ae912aa6d91902c1be5334912a88e7ca61 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -860,10 +860,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kVModule,
|
| switches::kWebCoreLogChannels,
|
| cc::switches::kBackgroundColorInsteadOfCheckerboard,
|
| - cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnablePartialSwap,
|
| - cc::switches::kEnablePerTilePainting,
|
| - cc::switches::kEnablePinchInCompositor,
|
| cc::switches::kShowPropertyChangedRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| cc::switches::kShowScreenSpaceRects,
|
|
|