| 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 6ea1a3a9c545af014f5f403d2fe7cfd0fc5893af..84557a9f68e302d2a5d92191b283a943e2c1d13a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1064,6 +1064,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,
|
|
|