| 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 52ae51ac6c0b6528f058d4a35a917f071fc32048..91dd8b3c4c73b805c4b63dcf2de938b1558bde90 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1115,9 +1115,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(
|
|
|