commit | 39b3598f8022da0ef39e9ffdff9e309b19efef37 | [log] [tgz] |
---|---|---|
author | Thomas Guilbert <[email protected]> | Thu Feb 20 08:57:34 2020 |
committer | Commit Bot <[email protected]> | Thu Feb 20 08:57:34 2020 |
tree | 2b225678e6d4478476a1eccf9c761ef5928e0977 | |
parent | a2ffa578dabcc2329b3bc9d1c97021cd11d35a54 [diff] |
Run video.rAF callbacks in rendering steps Currently, video.requestAnimationFrame() callbacks execute as soon as possible on the main thread, disregarding the normal event loop processing model. This CL delays the execution of the video.rAF callbacks to the next time the rendering steps are run (e.g. right before the regular window.rAF callbacks). This makes video.rAF callback more consistent with what web authors would expect for a method of that name. Spec: https://wicg.github.io/video-raf/ Intent-to-prototype: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/LGPUCOCVQxs/IKVPne8wDQAJ Bug: 1012063 Change-Id: If16dc9b76df6c732ebdfa1d1582ea34278ee0d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040742 Commit-Queue: Thomas Guilbert <[email protected]> Reviewed-by: Mounir Lamouri <[email protected]> Reviewed-by: Kent Tamura <[email protected]> Reviewed-by: Guido Urdaneta <[email protected]> Reviewed-by: Mason Freed <[email protected]> Reviewed-by: Dale Curtis <[email protected]> Cr-Commit-Position: refs/heads/master@{#743016}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .