Commit d8d1d65c authored by epenner@chromium.org's avatar epenner@chromium.org

Telemetry: Fix typo for non-Android GPU thread name.

GPU->Gpu

TBR=nduca@chromium.org
BUG=PEBKAC
NOTRY=true

No-try since it's a three character change and breaking the test on the mac.

Review URL: https://codereview.chromium.org/141373003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245400 0039d316-1c4b-4281-b951-d872f2087c98
parent eadfc31f
......@@ -121,7 +121,7 @@ class LoadTimesTimelineMetric(TimelineMetric):
# for simplicity.
TimelineThreadCategories = {
"Chrome_InProcGpuThread": "GPU",
"CrGPUMain" : "GPU",
"CrGpuMain" : "GPU",
"AsyncTransferThread" : "GPU_transfer",
"CrBrowserMain" : "browser_main",
"Browser Compositor" : "browser_compositor",
......
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