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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2347793002: histograms.xml: add forgotten kCodecHEVC in enumeration (Closed)
Patch Set: Created 4 years, 3 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 3314a913c998510df26ccad6d08effcab53cd0de..93f869deddc844f33421593f3d482d0b8b2ad551 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -98433,6 +98433,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="kCodecTheora"/>
<int value="6" label="kCodecVP8"/>
<int value="7" label="kCodecVP9"/>
+ <int value="8" label="kCodecHEVC"/>
</enum>
<enum name="VideoCodecProfile" 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