diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl index 57fc11bd69..4e270ba3bf 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl +++ b/Userland/Libraries/LibWeb/HTML/HTMLVideoElement.idl @@ -6,6 +6,8 @@ interface HTMLVideoElement : HTMLMediaElement { [HTMLConstructor] constructor(); + readonly attribute unsigned long videoWidth; + readonly attribute unsigned long videoHeight; [CEReactions, Reflect] attribute USVString poster; [CEReactions, Reflect=playsinline] attribute boolean playsInline; |