commit | 745dd5eae69b16ceb1d3fb590dadb5c11fc02120 | [log] [tgz] |
---|---|---|
author | Mario Sanchez Prada <[email protected]> | Wed Oct 16 14:14:30 2019 |
committer | Commit Bot <[email protected]> | Wed Oct 16 14:14:30 2019 |
tree | 3433210ba42485f2e2fce9afcc68c08e45812130 | |
parent | f5c3519116c23f2ae74513a8d365fec17e97d436 [diff] [blame] |
Migrate references of viz::mojom::FrameSinkManager to new Mojo types Convert the remaining bits in both the implementation and clients from the browser and renderer processes for the viz::mojom::FrameSinkManager interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: I8a7ea0d64ec447de26e52a2b65f7620009be44ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860028 Reviewed-by: danakj <[email protected]> Reviewed-by: Ken Buchanan <[email protected]> Reviewed-by: enne <[email protected]> Reviewed-by: Oksana Zhuravlova <[email protected]> Reviewed-by: Dominick Ng <[email protected]> Commit-Queue: Mario Sanchez Prada <[email protected]> Cr-Commit-Position: refs/heads/master@{#706439}
diff --git a/components/viz/host/gpu_host_impl.h b/components/viz/host/gpu_host_impl.h index 515464e..35b1184 100644 --- a/components/viz/host/gpu_host_impl.h +++ b/components/viz/host/gpu_host_impl.h
@@ -148,8 +148,9 @@ void BlockLiveOffscreenContexts(); // Connects to FrameSinkManager running in the Viz service. - void ConnectFrameSinkManager(mojom::FrameSinkManagerRequest request, - mojom::FrameSinkManagerClientPtrInfo client); + void ConnectFrameSinkManager( + mojo::PendingReceiver<mojom::FrameSinkManager> receiver, + mojom::FrameSinkManagerClientPtrInfo client); #if BUILDFLAG(USE_VIZ_DEVTOOLS) // Connects to Viz DevTools running in the Viz service.