| 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 86e7aa37507f0605ae6928ab132776e60249211f..399244e35ce34a9874cecb022ccb54917eb2c3fd 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 @@
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableApplicationCache,
|
| switches::kDisableBreakpad,
|
| - switches::kDisablePreferCompositingToLCDText,
|
| + switches::kDisableCompositingForFixedPosition,
|
| switches::kDisableCompositingForTransition,
|
| switches::kDisableDatabases,
|
| switches::kDisableDesktopNotifications,
|
| @@ -1128,7 +1128,7 @@
|
| switches::kEnableAcceleratedOverflowScroll,
|
| switches::kEnableBeginFrameScheduling,
|
| switches::kEnableBleedingEdgeRenderingFastPaths,
|
| - switches::kEnablePreferCompositingToLCDText,
|
| + switches::kEnableCompositingForFixedPosition,
|
| switches::kEnableCompositingForTransition,
|
| switches::kEnableDeferredImageDecoding,
|
| switches::kEnableDisplayList2dCanvas,
|
| @@ -1139,6 +1139,7 @@
|
| switches::kEnableGPUClientLogging,
|
| switches::kEnableGpuClientTracing,
|
| switches::kEnableGPUServiceLogging,
|
| + switches::kEnableHighDpiCompositingForFixedPosition,
|
| switches::kEnableLowResTiling,
|
| switches::kEnableInbandTextTracks,
|
| switches::kEnableLCDText,
|
|
|