Replace uses of blink::Platform::GetWebRtcWorkerThread
.. by calling PeerConnectionDependencyFactory::GetWebRtcWorkerThread directly. This is now possible, after [1], where peer_connection_dependency_factory.cc|h is moved to Blink. [1] https://crrev.com/c/1805159 Note that to match the actual return type (base::SingleThreadTaskRunner) the PCDF method is renamed to GetWebRtcWorkerTaskRunner(). BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: I56d4dd2720150cd86a85d98c8cfae1dfd9c711ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806846 Commit-Queue: Henrik Boström <hbos@chromium.org> Reviewed-by:Henrik Boström <hbos@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#714415}
Showing
Please register or sign in to comment