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

[video-raf] Enable video-raf by default

This CL turns on HTMLVideoElement.requestAnimationFrame() by default.

Spec: https://wicg.github.io/video-raf/
Blink-dev intent-to-ship: https://wicg.github.io/video-raf/
WPT: https://wpt.fyi/results/video-raf

Bug: 1012063
Change-Id: I5f44a430078e8272d2f9ebb1482e11e936697fb5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101242
Commit-Queue: Thomas Guilbert <tguilbert@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Auto-Submit: Thomas Guilbert <tguilbert@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749965}
parent 6b23e191
......@@ -1759,7 +1759,7 @@
{
// See https://crbug.com/1012063
name: "VideoRequestAnimationFrame",
status: "experimental",
status: "stable",
},
{
name: "VideoRotateToFullscreen",
......
......@@ -1100,6 +1100,7 @@ html element video
property autoplay
property buffered
property canPlayType
property cancelAnimationFrame
property captureStream
property controls
property controlsList
......@@ -1134,6 +1135,7 @@ html element video
property preload
property readyState
property remote
property requestAnimationFrame
property requestPictureInPicture
property seekable
property seeking
......
......@@ -3685,8 +3685,10 @@ interface HTMLVideoElement : HTMLMediaElement
getter webkitDroppedFrameCount
getter webkitSupportsFullscreen
getter width
method cancelAnimationFrame
method constructor
method getVideoPlaybackQuality
method requestAnimationFrame
method requestPictureInPicture
method webkitEnterFullScreen
method webkitEnterFullscreen
......
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