| 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 245af8cf7f3fdc32b7c7f1a361f6a28cbe73ccb0..84bda9e101236aeb069c7699b022235c9879c567 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1063,6 +1063,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kDisableLCDText,
|
| cc::switches::kDisableMapImage,
|
| cc::switches::kDisableThreadedAnimation,
|
| + cc::switches::kEnableGPURasterization,
|
| cc::switches::kEnableImplSidePainting,
|
| cc::switches::kEnableLCDText,
|
| cc::switches::kEnableMapImage,
|
|
|