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

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

Issue 2506533002: Use width,height for coded_{width,height} in AVStreamToVideoDecoderConfig (Closed)
Patch Set: Address comments. Created 4 years, 1 month 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 | « media/filters/ffmpeg_demuxer.cc ('k') | 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 5f127885cb7c1c36733800e680c138f6f2e724f3..7578447e91a907996eff19a088aa69b57605a639 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25060,11 +25060,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.VideoCodedAspectRatio" units="%">
+ <obsolete>
+ Deprecated 11/2016 in issue 2506533002.
+ </obsolete>
<owner>scherkus@chromium.org</owner>
<summary>Coded aspect ratio of HTML5 video.</summary>
</histogram>
<histogram name="Media.VideoCodedWidth">
+ <obsolete>
+ Deprecated 11/2016 in issue 2506533002.
+ </obsolete>
<owner>scherkus@chromium.org</owner>
<summary>Coded width of HTML5 video.</summary>
</histogram>
« no previous file with comments | « media/filters/ffmpeg_demuxer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698