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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.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
Index: content/browser/compositor/gpu_process_transport_factory.cc
diff --git a/content/browser/compositor/gpu_process_transport_factory.cc b/content/browser/compositor/gpu_process_transport_factory.cc
index 25b59f06d3e267f5ab1d52561337c4d800ffa0af..dbd83c60d0b095a10c3fce1e59811e6023db8048 100644
--- a/content/browser/compositor/gpu_process_transport_factory.cc
+++ b/content/browser/compositor/gpu_process_transport_factory.cc
@@ -197,6 +197,7 @@ GpuProcessTransportFactory::GpuProcessTransportFactory()
cc::SetClientNameForMetrics("Browser");
frame_sink_manager_host_ = base::MakeUnique<FrameSinkManagerHost>();
+ frame_sink_manager_host_->ConnectToFrameSinkManager();
task_graph_runner_->Start("CompositorTileWorker1",
base::SimpleThread::Options());

Powered by Google App Engine
This is Rietveld 408576698