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

Unified Diff: components/mus/public/interfaces/gpu_service.mojom

Issue 2049083002: Implement MusGpuMemoryBufferManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the mojom document Created 4 years, 6 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: components/mus/public/interfaces/gpu_service.mojom
diff --git a/components/mus/public/interfaces/gpu_service.mojom b/components/mus/public/interfaces/gpu_service.mojom
index 9bf028333793e04fe5d65504e4969dea6b8bff9f..8e3b2e49e3c614575ede6e0bff2b60a13c11b146 100644
--- a/components/mus/public/interfaces/gpu_service.mojom
+++ b/components/mus/public/interfaces/gpu_service.mojom
@@ -12,8 +12,9 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
interface GpuService {
// Tells the GPU service to create a new channel for communication with a
- // client. The GPU service responds asynchronously with IPC handle and
+ // client. The GPU service responds with client ID, IPC handle and
// GPUInfo.
+ [Sync]
EstablishGpuChannel()
=> (int32 client_id, ChannelHandle channel_handle, GpuInfo gpu_info);
« no previous file with comments | « components/mus/gpu/mus_gpu_memory_buffer_manager.cc ('k') | components/mus/surfaces/direct_output_surface_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698