Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2822873002: Fix DxgiFramePresentationMode histogram enum labels. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6a1bcf86c5b53cb7ba6cfa89f9ca9c1a3cb566ff..fe6acf8f0310f65b1114dfbc12c1f6c67df68425 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90002,10 +90002,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="DxgiFramePresentationMode" type="int">
- <int value="0">Composed</int>
- <int value="1">Overlay</int>
- <int value="2">None (Unknown)</int>
- <int value="3">Composition Failure</int>
+ <int value="0" label="Composed"/>
+ <int value="1" label="Overlay"/>
+ <int value="2" label="None (Unknown)"/>
+ <int value="3" label="Composition Failure"/>
</enum>
<enum name="EAPInnerProtocol" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698