commit | ccbe3323fa4d3e1efbd41beb82b71eeac962e071 | [log] [tgz] |
---|---|---|
author | Miyoung Shin <[email protected]> | Wed Jun 19 04:14:30 2019 |
committer | Commit Bot <[email protected]> | Wed Jun 19 04:14:30 2019 |
tree | 3243723aac3f87737502cb3d8881f3ddfbb0ab2e | |
parent | e239f141e52de1a73964c3f7ebb862c50f24d055 [diff] |
Move content/renderer/media_recorder/video_track_* to blink This is a part of moving media recorder implementation to blink. This CL moves content/renderer/media_recorder/video_track_* files to blink, adds methods and replaces some implementation with blink variant. - Add CopyVideoFrame in WebGraphicsContext3DProvider - Add media::GpuVideoAcceleratorFactories in Platform - std::vector, base::flat_map -> blink::Vector, WTF::HashMap - base::Thread -> blink::Thread - main_render_thread_checker_ -> IsMainThread() - base::BindOnce, base::Bind -> WTF::Bind, WTF::BindRepeating - Remove base::test::ScopedTaskEnvironment - Replace ThreadTaskRunnerHandle with Platform::Current()->GetIOTaskRunner() Bug: 960665 Change-Id: I8d82f850b9c39ce9d4b892ea24a075ce1e6288f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646810 Commit-Queue: Miyoung Shin <[email protected]> Reviewed-by: Guido Urdaneta <[email protected]> Reviewed-by: Antonio Gomes <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/master@{#670371}
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 .