| 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 399244e35ce34a9874cecb022ccb54917eb2c3fd..86e7aa37507f0605ae6928ab132776e60249211f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1096,7 +1096,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableApplicationCache,
|
| switches::kDisableBreakpad,
|
| - switches::kDisableCompositingForFixedPosition,
|
| + switches::kDisablePreferCompositingToLCDText,
|
| switches::kDisableCompositingForTransition,
|
| switches::kDisableDatabases,
|
| switches::kDisableDesktopNotifications,
|
| @@ -1128,7 +1128,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableAcceleratedOverflowScroll,
|
| switches::kEnableBeginFrameScheduling,
|
| switches::kEnableBleedingEdgeRenderingFastPaths,
|
| - switches::kEnableCompositingForFixedPosition,
|
| + switches::kEnablePreferCompositingToLCDText,
|
| switches::kEnableCompositingForTransition,
|
| switches::kEnableDeferredImageDecoding,
|
| switches::kEnableDisplayList2dCanvas,
|
| @@ -1139,7 +1139,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableGPUClientLogging,
|
| switches::kEnableGpuClientTracing,
|
| switches::kEnableGPUServiceLogging,
|
| - switches::kEnableHighDpiCompositingForFixedPosition,
|
| switches::kEnableLowResTiling,
|
| switches::kEnableInbandTextTracks,
|
| switches::kEnableLCDText,
|
|
|