| 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 21c20c9fa3cb30f9d94e39ee60cda8f577ca6f4b..2abdd00741be52689903cc360d4461fc18308937 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -912,6 +912,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableCompositingForFixedPosition,
|
| switches::kEnableCompositingForTransition,
|
| switches::kDisableCompositingForTransition,
|
| + switches::kEnableAcceleratedFixedRootBackground,
|
| + switches::kDisableAcceleratedFixedRootBackground,
|
| switches::kDisableThreadedCompositing,
|
| switches::kDisableTouchAdjustment,
|
| switches::kDefaultTileWidth,
|
|
|