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

Unified Diff: services/ui/gpu/interfaces/gpu_main.mojom

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/gpu/gpu_main.cc ('k') | services/ui/gpu/interfaces/gpu_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_main.mojom
diff --git a/services/ui/gpu/interfaces/gpu_main.mojom b/services/ui/gpu/interfaces/gpu_main.mojom
index 4bf85b38cd15fbe3cb29a22c0881deb1f72be59c..c34d1231c5367bf198b10202e8e7883c205160bb 100644
--- a/services/ui/gpu/interfaces/gpu_main.mojom
+++ b/services/ui/gpu/interfaces/gpu_main.mojom
@@ -4,7 +4,7 @@
module ui.mojom;
-import "cc/ipc/display_compositor.mojom";
+import "cc/ipc/frame_sink_manager.mojom";
import "gpu/ipc/common/gpu_preferences.mojom";
import "services/ui/gpu/interfaces/gpu_host.mojom";
import "services/ui/gpu/interfaces/gpu_service.mojom";
@@ -12,9 +12,9 @@ import "services/ui/gpu/interfaces/gpu_service.mojom";
// This is the primordial interface used to (re)start the mus-gpu bundle
// of services.
interface GpuMain {
- CreateDisplayCompositor(
- cc.mojom.DisplayCompositor& display_compositor,
- cc.mojom.DisplayCompositorClient display_compositor_client);
+ CreateFrameSinkManager(
+ cc.mojom.FrameSinkManager& frame_sink_manager,
+ cc.mojom.FrameSinkManagerClient frame_sink_manager_client);
CreateGpuService(GpuService& gpu_service,
GpuHost gpu_host,
« no previous file with comments | « services/ui/gpu/gpu_main.cc ('k') | services/ui/gpu/interfaces/gpu_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698