Commit 2be7acf1 authored by Scott Haseley's avatar Scott Haseley Committed by Commit Bot

Histograms: Add missing RendererSchedulerTaskType enum values

The last few task types added to the blink::TaskType enum were not added
to enums.xml causing the raw value to appear in histograms.

Change-Id: I8e2e3b93d939ffd41a68fc3342ef8c390aaa16f6
Reviewed-on: https://chromium-review.googlesource.com/1162914Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Scott Haseley <shaseley@google.com>
Cr-Commit-Position: refs/heads/master@{#580721}
parent 716601fe
...@@ -40875,6 +40875,9 @@ Called by update_net_trust_anchors.py.--> ...@@ -40875,6 +40875,9 @@ Called by update_net_trust_anchors.py.-->
<int value="46" label="WorkerThreadTaskQueueDefault"/> <int value="46" label="WorkerThreadTaskQueueDefault"/>
<int value="47" label="WorkerThreadTaskQueueV8"/> <int value="47" label="WorkerThreadTaskQueueV8"/>
<int value="48" label="WorkerThreadTaskQueueCompositor"/> <int value="48" label="WorkerThreadTaskQueueCompositor"/>
<int value="49" label="CompositorThreadTaskQueueInput"/>
<int value="50" label="NetworkingWithURLLoaderAnnotation"/>
<int value="51" label="WorkerAnimation"/>
</enum> </enum>
<enum name="RendererSchedulerTaskUseCase"> <enum name="RendererSchedulerTaskUseCase">
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