Commit d5ecdde2 authored by Shrek Shao's avatar Shrek Shao Committed by Commit Bot

Add enumeration tags to clientRenderingAPI metrics

The newly added clientRenderingAPI metrics is missing from ukm dashboard
Adding <enumeration/> tag should fix the issue.

Bug: 1147230
Change-Id: Ia9ee0ec673fec3db8daaacbdc6fa1ff1558fa121
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527565Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Shrek Shao <shrekshao@google.com>
Cr-Commit-Position: refs/heads/master@{#825884}
parent e32cd7b6
...@@ -3307,6 +3307,13 @@ be describing additional metrics about the same event. ...@@ -3307,6 +3307,13 @@ be describing additional metrics about the same event.
<summary> <summary>
Type of rendering context created for HTMLCanvasElement. Type of rendering context created for HTMLCanvasElement.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
<metric name="GPUDevice"> <metric name="GPUDevice">
<summary> <summary>
...@@ -3317,6 +3324,13 @@ be describing additional metrics about the same event. ...@@ -3317,6 +3324,13 @@ be describing additional metrics about the same event.
<summary> <summary>
Type of rendering context created for OffscreenCanvas. Type of rendering context created for OffscreenCanvas.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
</event> </event>
......
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