| 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 519c984356de83574c087d0a8ec9b87db4f6d5d8..175107d96301bde8d728538e3ef59adca1eb6409 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1248,12 +1248,16 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kCompositeToMailbox,
|
| cc::switches::kDisableCompositedAntialiasing,
|
| cc::switches::kDisableMainFrameBeforeActivation,
|
| + cc::switches::kDisableTileCompression,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnableMainFrameBeforeActivation,
|
| + cc::switches::kEnableTileCompression,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
| + cc::switches::kTileCompressionThreshold,
|
| + cc::switches::kTileCompressionMethod,
|
| cc::switches::kShowCompositedLayerBorders,
|
| cc::switches::kShowFPSCounter,
|
| cc::switches::kShowLayerAnimationBounds,
|
|
|