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

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

Issue 2539893002: Mus: Implement GpuMain mojo interface (Closed)
Patch Set: Addressed Sadrul's comments Created 4 years 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/interfaces/gpu_main.mojom ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/gpu_service_internal.mojom
diff --git a/services/ui/gpu/interfaces/gpu_service_internal.mojom b/services/ui/gpu/interfaces/gpu_service_internal.mojom
index 93451a4765750245911b2588b742e0df593be03b..0e09f80cd4c214e342a0dd5b2d36bb4d57cfbd0d 100644
--- a/services/ui/gpu/interfaces/gpu_service_internal.mojom
+++ b/services/ui/gpu/interfaces/gpu_service_internal.mojom
@@ -12,8 +12,6 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
import "ui/gfx/mojo/buffer_types.mojom";
interface GpuServiceInternal {
- Initialize() => (gpu.mojom.GpuInfo gpu_info);
-
// Tells the GPU service to create a new channel for communication with a
// client. The GPU service responds with an IPC handle.
EstablishGpuChannel(int32 client_id,
@@ -33,9 +31,4 @@ interface GpuServiceInternal {
DestroyGpuMemoryBuffer(gfx.mojom.GpuMemoryBufferId id,
int32 client_id,
gpu.mojom.SyncToken sync_token);
-
- // Tells the GPU process to create a display compositor.
- CreateDisplayCompositor(
- cc.mojom.DisplayCompositor& display_compositor,
- cc.mojom.DisplayCompositorClient display_compositor_client);
};
« no previous file with comments | « services/ui/gpu/interfaces/gpu_main.mojom ('k') | services/ui/surfaces/display_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698