| 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 1381a16ebe481880aa4904b937ef863460477848..8f64e836dde9bb69366152f73f7331637c02754a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1114,9 +1114,6 @@ static void AppendCompositorCommandLineFlags(base::CommandLine* command_line) {
|
| if (IsGpuRasterizationEnabled())
|
| command_line->AppendSwitch(switches::kEnableGpuRasterization);
|
|
|
| - if (IsThreadedGpuRasterizationEnabled())
|
| - command_line->AppendSwitch(switches::kEnableThreadedGpuRasterization);
|
| -
|
| int msaa_sample_count = GpuRasterizationMSAASampleCount();
|
| if (msaa_sample_count > 0) {
|
| command_line->AppendSwitchASCII(
|
|
|