| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| index 1a29fa90327d615b64f911ee10eec6e5c05ba76e..60caac0d3e032e3b8e6349d338adaf031654cc4f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.idl
|
| @@ -26,11 +26,11 @@
|
| // https://html.spec.whatwg.org/#the-video-element
|
|
|
| interface HTMLVideoElement : HTMLMediaElement {
|
| - [CEReactions, Reflect] attribute unsigned long width;
|
| - [CEReactions, Reflect] attribute unsigned long height;
|
| - readonly attribute unsigned long videoWidth;
|
| - readonly attribute unsigned long videoHeight;
|
| - [CEReactions, Reflect, URL] attribute DOMString poster;
|
| + [Measure, CEReactions, Reflect] attribute unsigned long width;
|
| + [Measure, CEReactions, Reflect] attribute unsigned long height;
|
| + [Measure] readonly attribute unsigned long videoWidth;
|
| + [Measure] readonly attribute unsigned long videoHeight;
|
| + [Measure, CEReactions, Reflect, URL] attribute DOMString poster;
|
|
|
| // Non-standard APIs
|
| [RuntimeEnabled=PrefixedVideoFullscreen, DeprecateAs=PrefixedVideoSupportsFullscreen] readonly attribute boolean webkitSupportsFullscreen;
|
|
|