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

Unified Diff: content/browser/renderer_host/compositor_impl_android.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/compositor/gpu_process_transport_factory.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index 10d89a3ad8821a7baa66fe7734b5fa99531d0146..acb1925d69ed5c3dd93b6f50c8cd5e95f89fee78 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -143,7 +143,8 @@ class SingleThreadTaskGraphRunner
: public cc::TaskGraphRunner,
public base::DelegateSimpleThread::Delegate {
public:
- SingleThreadTaskGraphRunner() : worker_thread_(this, "CompositorWorker") {
+ SingleThreadTaskGraphRunner()
+ : worker_thread_(this, "CompositorTileWorker1") {
worker_thread_.Start();
worker_thread_.SetThreadPriority(base::kThreadPriority_Background);
}
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698