Commit 826afc1b authored by Alexander Timin's avatar Alexander Timin Committed by Commit Bot

Fix compositor thread name

Some benchmarks depend on fixed compositor thread name. Revert the name
back to the old one for compatibility.

TBR=haraken@chromium.org
BUG=823315

Change-Id: I07c324016280c33b240fe5f32e5c560ddd9250db
Reviewed-on: https://chromium-review.googlesource.com/969042Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Reviewed-by: default avatarHector Dearman <hjd@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Hector Dearman <hjd@chromium.org>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544110}
parent c211d8be
......@@ -15,7 +15,8 @@ const char* GetNameForThreadType(WebThreadType thread_type) {
case WebThreadType::kUnspecifiedWorkerThread:
return "unspecified worker thread";
case WebThreadType::kCompositorThread:
return "Compositor thread";
// Some benchmarks depend on this value.
return "Compositor";
case WebThreadType::kDedicatedWorkerThread:
return "DedicatedWorker thread";
case WebThreadType::kSharedWorkerThread:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment