Chromium Code Reviews| Index: content/renderer/raster_worker_pool.cc |
| diff --git a/content/renderer/raster_worker_pool.cc b/content/renderer/raster_worker_pool.cc |
| index e8ed13bf8cad0012e91abc13f9b2d6d3b23b117a..d96dda18d488b9a2ab1cc38022b27c4f1433e901 100644 |
| --- a/content/renderer/raster_worker_pool.cc |
| +++ b/content/renderer/raster_worker_pool.cc |
| @@ -155,7 +155,7 @@ void RasterWorkerPool::Start(int num_threads) { |
| #endif |
| scoped_ptr<base::SimpleThread> thread(new RasterWorkerPoolThread( |
| - base::StringPrintf("CompositorTileWorker%u", |
| + base::StringPrintf("CompositorBackgroundTileWorker%u", |
|
reveman
2016/03/25 06:30:02
Maybe replace the "%u" with "Background" instead a
|
| static_cast<unsigned>(threads_.size() + 1)) |
| .c_str(), |
| thread_options, this, background_categories, |