Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2256)

Unified Diff: content/renderer/raster_worker_pool.cc

Issue 1830693004: content: Depict priority in raster worker thread's name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698