| 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 86542396b12f3788cac8e74a7c60eb6dc33552e5..e8f5283a54fe8a84bd8f0781f258a810ae70c108 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1784,6 +1784,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnableLayerLists,
|
| cc::switches::kEnableTileCompression,
|
| + cc::switches::kDisableHalfFloatConversionTexture,
|
| cc::switches::kShowCompositedLayerBorders,
|
| cc::switches::kShowFPSCounter,
|
| cc::switches::kShowLayerAnimationBounds,
|
|
|