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

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

Issue 2797453002: Rename DisplayCompositor to MojoFrameSinkManager. (Closed)
Patch Set: Fix comments. Created 3 years, 9 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: services/ui/ws/gpu_host.cc
diff --git a/services/ui/ws/gpu_host.cc b/services/ui/ws/gpu_host.cc
index e19300cef44c430f0da7bda25eaf00e189ce961d..03e0252348a6585a86917918e753af84bda56422 100644
--- a/services/ui/ws/gpu_host.cc
+++ b/services/ui/ws/gpu_host.cc
@@ -72,10 +72,10 @@ void GpuHost::OnAcceleratedWidgetDestroyed(gfx::AcceleratedWidget widget) {
#endif
}
-void GpuHost::CreateDisplayCompositor(
- cc::mojom::DisplayCompositorRequest request,
- cc::mojom::DisplayCompositorClientPtr client) {
- gpu_main_->CreateDisplayCompositor(std::move(request), std::move(client));
+void GpuHost::CreateFrameSinkManager(
+ cc::mojom::FrameSinkManagerRequest request,
+ cc::mojom::FrameSinkManagerClientPtr client) {
+ gpu_main_->CreateFrameSinkManager(std::move(request), std::move(client));
}
GpuClient* GpuHost::AddInternal(mojom::GpuRequest request) {

Powered by Google App Engine
This is Rietveld 408576698