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 @@ ...@@ -1759,7 +1759,7 @@
{ {
// See https://crbug.com/1012063 // See https://crbug.com/1012063
name: "VideoRequestAnimationFrame", name: "VideoRequestAnimationFrame",
status: "experimental", status: "stable",
}, },
{ {
name: "VideoRotateToFullscreen", name: "VideoRotateToFullscreen",
......
...@@ -1100,6 +1100,7 @@ html element video ...@@ -1100,6 +1100,7 @@ html element video
property autoplay property autoplay
property buffered property buffered
property canPlayType property canPlayType
property cancelAnimationFrame
property captureStream property captureStream
property controls property controls
property controlsList property controlsList
...@@ -1134,6 +1135,7 @@ html element video ...@@ -1134,6 +1135,7 @@ html element video
property preload property preload
property readyState property readyState
property remote property remote
property requestAnimationFrame
property requestPictureInPicture property requestPictureInPicture
property seekable property seekable
property seeking property seeking
......
...@@ -3685,8 +3685,10 @@ interface HTMLVideoElement : HTMLMediaElement ...@@ -3685,8 +3685,10 @@ interface HTMLVideoElement : HTMLMediaElement
getter webkitDroppedFrameCount getter webkitDroppedFrameCount
getter webkitSupportsFullscreen getter webkitSupportsFullscreen
getter width getter width
method cancelAnimationFrame
method constructor method constructor
method getVideoPlaybackQuality method getVideoPlaybackQuality
method requestAnimationFrame
method requestPictureInPicture method requestPictureInPicture
method webkitEnterFullScreen method webkitEnterFullScreen
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