Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(852)

Unified Diff: services/ui/gpu/gpu_main.cc

Issue 2830143002: Add FrameSinkManagerHost to NoTransportImageTransportFactory. (Closed)
Patch Set: Also android. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.cc
diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
index ba01980a44b8422f1442cc569e038f7f217011cb..1d923cb57438949b5b07b2d99aaa62b6367f4504 100644
--- a/services/ui/gpu/gpu_main.cc
+++ b/services/ui/gpu/gpu_main.cc
@@ -212,7 +212,8 @@ void GpuMain::CreateFrameSinkManagerOnCompositorThread(
image_factory);
frame_sink_manager_ = base::MakeUnique<viz::MojoFrameSinkManager>(
- true, display_provider_.get(), std::move(request), std::move(client));
+ true, display_provider_.get());
+ frame_sink_manager_->Connect(std::move(request), std::move(client));
}
void GpuMain::TearDownOnCompositorThread() {
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698