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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 1036923002: Restore compositor worker thread names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 433ebe7372689822fb65f1c3ce87da7aa547823b..21d75dd99b9336d5419a3a3da580ab268b5aff97 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -668,7 +668,7 @@ void RenderThreadImpl::Init() {
new CompositorRasterThread(
compositor_task_graph_runner_.get(),
base::StringPrintf(
- "CompositorWorker%u",
+ "CompositorTileWorker%u",
static_cast<unsigned>(compositor_raster_threads_.size() + 1))
.c_str()));
raster_thread->Start();
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698