| Index: services/ui/public/interfaces/gpu_service.mojom
|
| diff --git a/services/ui/public/interfaces/gpu_service.mojom b/services/ui/public/interfaces/gpu_service.mojom
|
| index 54bbd9f66bbdef0cc613faca23afc6b97193eb79..f1f443c47e1aab9a14beb1dfdbfaca06ac18b2ee 100644
|
| --- a/services/ui/public/interfaces/gpu_service.mojom
|
| +++ b/services/ui/public/interfaces/gpu_service.mojom
|
| @@ -6,7 +6,6 @@ module ui.mojom;
|
|
|
| import "gpu/ipc/common/gpu_info.mojom";
|
| import "gpu/ipc/common/sync_token.mojom";
|
| -import "services/ui/public/interfaces/channel_handle.mojom";
|
| import "services/ui/public/interfaces/gpu_memory_buffer.mojom";
|
| import "ui/gfx/geometry/mojo/geometry.mojom";
|
|
|
| @@ -16,7 +15,7 @@ interface GpuService {
|
| // GPUInfo.
|
| [Sync]
|
| EstablishGpuChannel() => (int32 client_id,
|
| - ChannelHandle channel_handle,
|
| + handle<message_pipe> channel_handle,
|
| gpu.mojom.GpuInfo gpu_info);
|
|
|
| // Tells the GPU service to create a new GPU memory buffer.
|
|
|