commit | e65cabb75f70de524080f1a2075f836b6e1b4216 | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Wed Jul 17 13:57:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 17 13:57:22 2019 |
tree | c0a4c1452d7667d926ca866347060a234918d178 | |
parent | 9eae86c6fe62b5b378a4d3341ee5778da007d735 [diff] |
Onion soup webmediaplayer_ms{_compositor}.cc|h This CL moves webmediaplayer_ms.cc|h|unittest as well as its dependency webmediaplayer_ms_compisitor.cc|h to Blink. The header of the former got moved to public/web/modules/mediastream, while the rest now reside in renderer/modules/mediastream. This CL wraps phase 4.4 on the design doc [1]. [1] https://docs.google.com/document/d/1rHJGi1U72qZsOGIctIf7GKRaY8d7BgtVW8MaMYumzYY/ Given the non-trivial size of this particular CL, a set of TODOs were left (properly flagged in the code), so one can follow up: - There is one instance of base::BindOnce that still needs to be replaced by WTF::Bind. - There is a use of std::map that needs to be replaced by WTF::HashMap. BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I36b0347dde02c368925a2a7355acc9a94aebe0c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1698170 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#678255}
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 .