| 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 41021b988935b2b6e37842be3e8dde9d83a496f9..5f74046f7c29e325e1d589babd4773c3c7866726 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -921,6 +921,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableExperimentalCanvasFeatures,
|
| switches::kEnableExperimentalWebPlatformFeatures,
|
| switches::kEnableExperimentalWebSocket,
|
| + switches::kEnableFastTextAutosizing,
|
| switches::kEnableFixedLayout,
|
| switches::kEnableGpuBenchmarking,
|
| switches::kEnableGPUClientLogging,
|
|
|