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

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

Issue 2802773002: Pick surface lifetime type with arg. (Closed)
Patch Set: 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 | « components/viz/frame_sinks/mojo_frame_sink_manager.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 03896b5d1649c5774f613ba0badfdfe37f63ab31..ba01980a44b8422f1442cc569e038f7f217011cb 100644
--- a/services/ui/gpu/gpu_main.cc
+++ b/services/ui/gpu/gpu_main.cc
@@ -212,7 +212,7 @@ void GpuMain::CreateFrameSinkManagerOnCompositorThread(
image_factory);
frame_sink_manager_ = base::MakeUnique<viz::MojoFrameSinkManager>(
- display_provider_.get(), std::move(request), std::move(client));
+ true, display_provider_.get(), std::move(request), std::move(client));
}
void GpuMain::TearDownOnCompositorThread() {
« no previous file with comments | « components/viz/frame_sinks/mojo_frame_sink_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698