summaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2015-03-25 19:39:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 02:40:09 +0000
commita51f1167d1600b4a54aad7e6aa616d892bd7ebc9 (patch)
tree8a3fe614612b33dfc6112a72982474755eaac83b /cc
parentbe7058790dd59a3464929c31af1490884c974515 (diff)
downloadchromium_src-a51f1167d1600b4a54aad7e6aa616d892bd7ebc9.zip
chromium_src-a51f1167d1600b4a54aad7e6aa616d892bd7ebc9.tar.gz
chromium_src-a51f1167d1600b4a54aad7e6aa616d892bd7ebc9.tar.bz2
Restore compositor worker thread names.
Some of our tests apparently rely on these threads having specific names. BUG=470091 Review URL: https://codereview.chromium.org/1036923002 Cr-Commit-Position: refs/heads/master@{#322303}
Diffstat (limited to 'cc')
-rw-r--r--cc/test/test_task_graph_runner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/test_task_graph_runner.cc b/cc/test/test_task_graph_runner.cc
index fe9734e..abc0d28 100644
--- a/cc/test/test_task_graph_runner.cc
+++ b/cc/test/test_task_graph_runner.cc
@@ -7,7 +7,7 @@
namespace cc {
TestTaskGraphRunner::TestTaskGraphRunner()
- : worker_thread_(this, "CompositorWorker") {
+ : worker_thread_(this, "CompositorTileWorker1") {
worker_thread_.Start();
}