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

Don't expose Picture-in-Picture API for Android WebView.

Picture-in-Picture API is disabled in Android WebView as there is no UI
implemented.

Bug: 855270, 852449
Change-Id: Id7c0ebcc94085f6e1b3f00383254780a5357269b
Reviewed-on: https://chromium-review.googlesource.com/1112247
Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570352}
parent 4ed6cd00
...@@ -86,6 +86,23 @@ interface PublicKeyCredential : Credential ...@@ -86,6 +86,23 @@ interface PublicKeyCredential : Credential
interface AuthenticatorResponse interface AuthenticatorResponse
interface AuthenticatorAttestationResponse : AuthenticatorResponse interface AuthenticatorAttestationResponse : AuthenticatorResponse
# Picture-in-Picture API is disabled in Android WebView, crbug.com/852449
interface PictureInPictureWindow : EventTarget
interface Document : Node
method exitPictureInPicture
getter pictureInPictureElement
getter pictureInPictureEnabled
interface ShadowRoot : DocumentFragment
getter pictureInPictureElement
interface HTMLVideoElement : HTMLMediaElement
getter disablePictureInPicture
setter disablePictureInPicture
method requestPictureInPicture
getter onenterpictureinpicture
setter onenterpictureinpicture
getter onleavepictureinpicture
setter onleavepictureinpicture
[GLOBAL OBJECT] [GLOBAL OBJECT]
method openDatabase method openDatabase
attribute eventSender # test only attribute eventSender # test only
......
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