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

Unified Diff: services/ui/ws/frame_generator.cc

Issue 2710703005: GpuDisplayCompositorFrameSink => GpuRootCompositorFrameSink (Closed)
Patch Set: Addressed Dana's comments Created 3 years, 10 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 | « services/ui/surfaces/display_compositor.cc ('k') | services/ui/ws/server_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.cc
diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc
index fc924e1cbd6ff1de6335706cf2d4f6abc77c49b7..a62aa6efb898cb7c073d7571e08ae37304aa4c9e 100644
--- a/services/ui/ws/frame_generator.cc
+++ b/services/ui/ws/frame_generator.cc
@@ -32,7 +32,7 @@ FrameGenerator::FrameGenerator(FrameGeneratorDelegate* delegate,
mojo::MakeRequest(&compositor_frame_sink_);
cc::mojom::DisplayPrivateAssociatedRequest display_request =
mojo::MakeRequest(&display_private_);
- root_window_->CreateDisplayCompositorFrameSink(
+ root_window_->CreateRootCompositorFrameSink(
widget, std::move(sink_request), binding_.CreateInterfacePtrAndBind(),
std::move(display_request));
}
« no previous file with comments | « services/ui/surfaces/display_compositor.cc ('k') | services/ui/ws/server_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698