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 f7f4cf4af657060ec870816cdb3fe2bd63db7eaa..9bf028333793e04fe5d65504e4969dea6b8bff9f 100644 |
--- a/components/mus/public/interfaces/gpu_service.mojom |
+++ b/components/mus/public/interfaces/gpu_service.mojom |
@@ -14,10 +14,8 @@ 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 |
// GPUInfo. |
- EstablishGpuChannel(bool prempts, |
- bool allow_view_command_buffers, |
- bool allow_real_time_streams) |
- => (ChannelHandle channel_handle, GpuInfo gpu_info); |
+ EstablishGpuChannel() |
+ => (int32 client_id, ChannelHandle channel_handle, GpuInfo gpu_info); |
// Tells the GPU service to create a new GPU memory buffer. |
CreateGpuMemoryBuffer(GpuMemoryBufferId id, |