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

Unified Diff: cc/ipc/display_compositor.mojom

Issue 2539893002: Mus: Implement GpuMain mojo interface (Closed)
Patch Set: Cleanup of naming some more Created 4 years, 1 month 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 | « no previous file | gpu/command_buffer/client/gpu_memory_buffer_manager.h » ('j') | services/ui/gpu/gpu_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/display_compositor.mojom
diff --git a/cc/ipc/display_compositor.mojom b/cc/ipc/display_compositor.mojom
index d8fab7a6763bd5a70fb02084d7af69a7310269b0..47ba90f541ae7b75ca8930a7dda58ff62197d366 100644
--- a/cc/ipc/display_compositor.mojom
+++ b/cc/ipc/display_compositor.mojom
@@ -11,6 +11,13 @@ import "cc/ipc/surface_sequence.mojom";
import "gpu/ipc/common/surface_handle.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+// This is the main interface that the DisplayCompositor host uses
+// to connect to the Display Compositor service.
+interface DisplayCompositorFactory {
+ CreateDisplayCompositor(DisplayCompositor& display_compositor,
+ DisplayCompositorClient display_compositor_client);
+};
+
// The DisplayCompositor interface is a privileged interface that allows
// the display compositor host (browser or window server) to create
// CompositorFrameSinks. Clients acquire a CompositorFrameSink connection
« no previous file with comments | « no previous file | gpu/command_buffer/client/gpu_memory_buffer_manager.h » ('j') | services/ui/gpu/gpu_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698