Chromium Code Reviews| Index: cc/test/test_task_graph_runner.cc |
| diff --git a/cc/test/test_task_graph_runner.cc b/cc/test/test_task_graph_runner.cc |
| index fe9734e4024b353ca6d33400ad6d64ce53f0d271..abc0d28902b115a2801e56e6e5fa483b5919f264 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(); |
| } |