Commit 6fa25279 authored by François Beaufort's avatar François Beaufort Committed by Commit Bot

[Picture-in-Picture] Add [Exposed=Window] attribute to interfaces

This is a no-op since [Exposed=Window] is the default for interfaces. It
updates Blink's WebIDL to match the specification as modified in,

https://github.com/w3c/picture-in-picture/pull/164

Change-Id: I8aafda2233dd2e39153721e813711aec9b43afe2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767667
Auto-Submit: François Beaufort <beaufort.francois@gmail.com>
Commit-Queue: Becca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarBecca Hughes <beccahughes@chromium.org>
Reviewed-by: default avatarFrançois Beaufort <beaufort.francois@gmail.com>
Cr-Commit-Position: refs/heads/master@{#689944}
parent 4723f906
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
// https://wicg.github.io/picture-in-picture/#interface-picture-in-picture-window // https://wicg.github.io/picture-in-picture/#interface-picture-in-picture-window
[ [
ActiveScriptWrappable, ActiveScriptWrappable,
Exposed=Window,
RuntimeEnabled=PictureInPictureAPI RuntimeEnabled=PictureInPictureAPI
] ]
interface PictureInPictureWindow : EventTarget { interface PictureInPictureWindow : EventTarget {
......
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