commit | 4b5fe847bc6452c849612a9e2291b81f58146486 | [log] [tgz] |
---|---|---|
author | Antonio Gomes <tonikitoo@igalia.com> | Wed Jul 31 03:07:05 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 31 03:07:05 2019 |
tree | fb68bbb6118457ef637e519df1261aa0386e92fe | |
parent | 6e09db1c3bdcee9f94d52500a49f0ea798b9ac8d [diff] |
Start dismantling blink::MediaStreamCenter This is the first of 'n' CLs that dismantle both MediaStreamCenter classes in content and blink. It is part of phase 4.7 in the design doc [1]. [1] https://docs.google.com/document/d/1rHJGi1U72qZsOGIctIf7GKRaY8d7BgtVW8MaMYumzYY/ As a first step, this CL starts by embedding the blink::MediaStreamCenter methods used by other blink/renderer/platform/mediastream classes into their respective callsides. This steps makes further work easier, since the remaining users of the blink::MediaStreamCenter APIs are in blink/renderer/modules/. The methods being moved here are: - MediaStreamCenter::SetContentHint - MediaStreamCenter::GetSourceSettings BUG=704136 R=guidou@chromium.org, haraken@chromium.org Change-Id: I75a8487c4fca0838f49b92311f5d80ec4e929435 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1726569 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#682573}
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 .