| 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 3aa6508d5dee825445134b38d91ef5beaa3b9d60..633e8fefe99d1b1037468466e0588b6a1cbcf3e5 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1126,8 +1126,8 @@ static void AppendCompositorCommandLineFlags(base::CommandLine* command_line) {
|
| }
|
| }
|
|
|
| - if (IsTilePrepareEnabled())
|
| - command_line->AppendSwitch(switches::kEnableTilePrepare);
|
| + if (IsThreadedGpuRasterizationEnabled())
|
| + command_line->AppendSwitch(switches::kEnableThreadedGpuRasterization);
|
|
|
| // Appending disable-gpu-feature switches due to software rendering list.
|
| GpuDataManagerImpl* gpu_data_manager = GpuDataManagerImpl::GetInstance();
|
|
|