commit | 925f9b9f97ac54b0ee2fb370b3edc09dae27f3ab | [log] [tgz] |
---|---|---|
author | Antonio Gomes <[email protected]> | Tue Jul 30 23:23:23 2019 |
committer | Commit Bot <[email protected]> | Tue Jul 30 23:23:23 2019 |
tree | ea693a2170f20ee2c2f41f790b3a4b3dcc70ba6b | |
parent | 3718143e7a118204e632a83073c0f126e457ca1e [diff] |
Onion soup content/renderer/media/video_capture/video_capture_impl{_manager}.cc|h This CL implements phase 3.2.1 described on the design doc [1]. [1] https://docs.google.com/document/d/1rHJGi1U72qZsOGIctIf7GKRaY8d7BgtVW8MaMYumzYY/ It Onion soups files video_capture_impl.cc|h, video_capture_impl_manager.cc|h. For the later pair, it also adds the "web" prefix to the file and class names, since it is used by content/renderer/pepper code, unlikely to be moved to Blink. Additionally, the respective unit tests of each pair of files are also moved to Blink. Last, CL also: - makes the relevant video_capture mojo types available in Blink. - removes the blink:: namespace usage. BUG=704136 [email protected], [email protected] Change-Id: If08ec5fd00c8280696abc5395c6846010593e3dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1718469 Commit-Queue: Antonio Gomes <[email protected]> Reviewed-by: Guido Urdaneta <[email protected]> Reviewed-by: Tom Sepez <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Cr-Commit-Position: refs/heads/master@{#682506}
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 .