| 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 08d50a2c5ce8246f4f49130387eedcdc43d6a039..e059fb0b265461d5f3667d1221c62b0028099f30 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1250,8 +1250,8 @@ StoragePartition* RenderProcessHostImpl::GetStoragePartition() const {
|
|
|
| static void AppendCompositorCommandLineFlags(base::CommandLine* command_line) {
|
| command_line->AppendSwitchASCII(
|
| - switches::kNumRasterThreads,
|
| - base::IntToString(NumberOfRendererRasterThreads()));
|
| + switches::kNumWorkerThreads,
|
| + base::IntToString(NumberOfRendererWorkerThreads()));
|
|
|
| if (IsGpuRasterizationEnabled())
|
| command_line->AppendSwitch(switches::kEnableGpuRasterization);
|
|
|