| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6a2c26fcc6bed77f1899a56205c5cbe18f40233b..87234a1295827f35eb287223a171228621531669 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -12900,6 +12900,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.VideoDecoderFallback" enum="BooleanDidFallBack">
|
| + <owner>watk@chromium.org</owner>
|
| + <summary>
|
| + Whether Chrome had to fall back to a secondary video decoder after the
|
| + primary decoder failed reinitialization.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.VideoPixelFormat" enum="VideoPixelFormat">
|
| <owner>scherkus@chromium.org</owner>
|
| <summary>Pixel format used in HTML5 video. Emitted on video load.</summary>
|
| @@ -42599,6 +42607,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="1" label="Did evict"/>
|
| </enum>
|
|
|
| +<enum name="BooleanDidFallBack" type="int">
|
| + <int value="0" label="Did not fall back"/>
|
| + <int value="1" label="Did fall back"/>
|
| +</enum>
|
| +
|
| <enum name="BooleanDistillable" type="int">
|
| <int value="0" label="Not distillable"/>
|
| <int value="1" label="Distillable"/>
|
|
|