| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e90225b3bbe8761140ebebe1137f7e9e401f90b3..39b8731ac40f75e48212b7b0f430f1d725ac7662 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -74243,6 +74243,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">
|
| @@ -89853,6 +89856,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>
|
|
|
|
|