| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index c22b0a73fff889df000e06f40e139de6427dbaf0..64e173e6312e7404d6971659c00d713ad0969859 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -825,15 +825,7 @@ void RenderThreadImpl::Init() {
|
| are_image_decode_tasks_enabled_ = true;
|
| #endif
|
|
|
| - base::SimpleThread::Options thread_options;
|
| -#if defined(OS_ANDROID) || defined(OS_LINUX)
|
| - if (!command_line.HasSwitch(
|
| - switches::kUseNormalPriorityForTileTaskWorkerThreads)) {
|
| - thread_options.set_priority(base::ThreadPriority::BACKGROUND);
|
| - }
|
| -#endif
|
| -
|
| - raster_worker_pool_->Start(num_raster_threads, thread_options);
|
| + raster_worker_pool_->Start(num_raster_threads);
|
|
|
| // TODO(boliu): In single process, browser main loop should set up the
|
| // discardable memory manager, and should skip this if kSingleProcess.
|
|
|