| 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 072998b8f10b1723130cf0dec222349597631b94..a1ee73f2cae4626cbf14c676111d85d85eb5be0f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1094,6 +1094,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kCompositeToMailbox,
|
| cc::switches::kDisableCompositedAntialiasing,
|
| cc::switches::kDisableCompositorTouchHitTesting,
|
| + cc::switches::kDisableGPURasterization,
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableLCDText,
|
| cc::switches::kDisableMapImage,
|
|
|