| Index: tools/perf/metrics/timeline.py
|
| diff --git a/tools/perf/metrics/timeline.py b/tools/perf/metrics/timeline.py
|
| index 75efd73d33ec562c19242a377e0e2d0a69f354f5..6294f67c7982fa19f99ffb1a6e99f4b03e641af2 100644
|
| --- a/tools/perf/metrics/timeline.py
|
| +++ b/tools/perf/metrics/timeline.py
|
| @@ -107,7 +107,7 @@ class LoadTimesTimelineMetric(TimelineMetric):
|
| # for simplicity.
|
| TimelineThreadCategories = {
|
| "Chrome_InProcGpuThread": "GPU",
|
| - "CrGPUMain" : "GPU",
|
| + "CrGpuMain" : "GPU",
|
| "AsyncTransferThread" : "GPU_transfer",
|
| "CrBrowserMain" : "browser_main",
|
| "Browser Compositor" : "browser_compositor",
|
|
|