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

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

Issue 2797453002: Rename DisplayCompositor to MojoFrameSinkManager. (Closed)
Patch Set: Rebase. 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 | « services/ui/ws/gpu_host.h ('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/gpu_host.cc
diff --git a/services/ui/ws/gpu_host.cc b/services/ui/ws/gpu_host.cc
index e19300cef44c430f0da7bda25eaf00e189ce961d..db35498ea5f88ee480469fdc6d02fb2efe38cc87 100644
--- a/services/ui/ws/gpu_host.cc
+++ b/services/ui/ws/gpu_host.cc
@@ -29,7 +29,7 @@ namespace ws {
namespace {
-// The client Id 1 is reserved for the display compositor.
+// The client Id 1 is reserved for the frame sink manager.
const int32_t kInternalGpuChannelClientId = 2;
} // namespace
@@ -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) {
« no previous file with comments | « services/ui/ws/gpu_host.h ('k') | services/ui/ws/server_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698