| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 3921956b4b61c6d2c30b9ad797a7e54f7f63f745..d5856b3c727fe07c0731dc808577bdc7604719d6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -74390,6 +74390,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="20" label="Display compositor context">
|
| CAUSE_FOR_GPU_LAUNCH_DISPLAY_COMPOSITOR_CONTEXT
|
| </int>
|
| + <int value="21" label="Media worker context">
|
| + CAUSE_FOR_GPU_LAUNCH_MEDIA_CONTEXT
|
| + </int>
|
| </enum>
|
|
|
| <enum name="GzipEncodingFixupResult" type="int">
|
| @@ -90020,6 +90023,7 @@ To add a new entry, add it with any value and run test to compute valid value.
|
| <suffix name="VideoCapture"
|
| label="A VideoCapture GPU command buffer context"/>
|
| <suffix name="WebGL" label="A WebGL GPU command buffer context"/>
|
| + <suffix name="Media" label="The media worker command buffer context"/>
|
| <affected-histogram name="GPU.ContextLost"/>
|
| </histogram_suffixes>
|
|
|
|
|