| 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 c355fa23fa8f49055e357d58baf516ec6b970ade..df3b9e76853945d6253bd89827addd2de1c94f19 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1279,8 +1279,8 @@ static void AppendCompositorCommandLineFlags(base::CommandLine* command_line) {
|
|
|
| if (IsZeroCopyUploadEnabled())
|
| command_line->AppendSwitch(switches::kEnableZeroCopy);
|
| - if (IsPartialRasterEnabled())
|
| - command_line->AppendSwitch(switches::kEnablePartialRaster);
|
| + if (!IsPartialRasterEnabled())
|
| + command_line->AppendSwitch(switches::kDisablePartialRaster);
|
|
|
| if (IsForceGpuRasterizationEnabled())
|
| command_line->AppendSwitch(switches::kForceGpuRasterization);
|
|
|