Commit da4aa5d1 authored by Thomas Guilbert's avatar Thomas Guilbert Committed by Commit Bot

Enable video-rvfc by default

This CL turns on the HTMLVideoElement.requestVideoFrameCallback by
default.

I2S: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/DcuNrnEQo4k
Spec: https://wicg.github.io/video-rvfc/
WPT: https://wpt.fyi/results/video-rvfc

Bug: 1012063
Change-Id: Ide74ef5cad0d7a9d77f3f0b64f5d446479136af1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157966
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761068}
parent bbb6353c
...@@ -1458,7 +1458,7 @@ ...@@ -1458,7 +1458,7 @@
{ {
// See https://crbug.com/1012063 // See https://crbug.com/1012063
name: "RequestVideoFrameCallback", name: "RequestVideoFrameCallback",
status: "experimental", status: "stable",
}, },
{ {
name: "ResizeObserverUpdates", name: "ResizeObserverUpdates",
......
...@@ -1101,6 +1101,7 @@ html element video ...@@ -1101,6 +1101,7 @@ html element video
property autoplay property autoplay
property buffered property buffered
property canPlayType property canPlayType
property cancelVideoFrameCallback
property captureStream property captureStream
property controls property controls
property controlsList property controlsList
...@@ -1136,6 +1137,7 @@ html element video ...@@ -1136,6 +1137,7 @@ html element video
property readyState property readyState
property remote property remote
property requestPictureInPicture property requestPictureInPicture
property requestVideoFrameCallback
property seekable property seekable
property seeking property seeking
property setMediaKeys property setMediaKeys
......
...@@ -3689,9 +3689,11 @@ interface HTMLVideoElement : HTMLMediaElement ...@@ -3689,9 +3689,11 @@ interface HTMLVideoElement : HTMLMediaElement
getter webkitDroppedFrameCount getter webkitDroppedFrameCount
getter webkitSupportsFullscreen getter webkitSupportsFullscreen
getter width getter width
method cancelVideoFrameCallback
method constructor method constructor
method getVideoPlaybackQuality method getVideoPlaybackQuality
method requestPictureInPicture method requestPictureInPicture
method requestVideoFrameCallback
method webkitEnterFullScreen method webkitEnterFullScreen
method webkitEnterFullscreen method webkitEnterFullscreen
method webkitExitFullScreen method webkitExitFullScreen
......
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