Commit 1dc83afe authored by Miguel Casas's avatar Miguel Casas Committed by Commit Bot

capture-from-element: add Measure to the idl

This CL adds "Measure" to the html_media_element_capture idl file,
so we can track its usage -- it was probably overlooked before.

Change-Id: Ic70ebb689386f22ff134b4296fd79f13b53b3670
Reviewed-on: https://chromium-review.googlesource.com/c/1407031
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622122}
parent 4b771b2b
......@@ -2167,6 +2167,7 @@ enum WebFeature {
kBadgeSet = 2726,
kBadgeClear = 2727,
kElementTimingExplicitlyRequested = 2728,
kV8HTMLMediaElement_CaptureStream_Method = 2729,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
......
......@@ -7,5 +7,5 @@
[
ImplementedAs=HTMLMediaElementCapture
] partial interface HTMLMediaElement {
[RaisesException, CallWith=ScriptState] MediaStream captureStream();
[RaisesException, Measure, CallWith=ScriptState] MediaStream captureStream();
};
......@@ -21243,6 +21243,7 @@ Called by update_net_error_codes.py.-->
<int value="2726" label="BadgeSet"/>
<int value="2727" label="BadgeClear"/>
<int value="2728" label="ElementTimingExplicitlyRequested"/>
<int value="2729" label="V8HTMLMediaElement_CaptureStream_Method"/>
</enum>
<enum name="FeaturePolicyFeature">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment