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 @@
{
// See https://crbug.com/1012063
name: "RequestVideoFrameCallback",
status: "experimental",
status: "stable",
},
{
name: "ResizeObserverUpdates",
......
......@@ -1101,6 +1101,7 @@ html element video
property autoplay
property buffered
property canPlayType
property cancelVideoFrameCallback
property captureStream
property controls
property controlsList
......@@ -1136,6 +1137,7 @@ html element video
property readyState
property remote
property requestPictureInPicture
property requestVideoFrameCallback
property seekable
property seeking
property setMediaKeys
......
......@@ -3689,9 +3689,11 @@ interface HTMLVideoElement : HTMLMediaElement
getter webkitDroppedFrameCount
getter webkitSupportsFullscreen
getter width
method cancelVideoFrameCallback
method constructor
method getVideoPlaybackQuality
method requestPictureInPicture
method requestVideoFrameCallback
method webkitEnterFullScreen
method webkitEnterFullscreen
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