| 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 a59fd224c6e10b6fe41b1fdb43772233c7eb5f55..00101109cf833a756d5e5132ac49205c3c148ffb 100644
|
| --- a/services/ui/public/interfaces/gpu_service.mojom
|
| +++ b/services/ui/public/interfaces/gpu_service.mojom
|
| @@ -16,7 +16,7 @@ interface GpuService {
|
| // GPUInfo.
|
| [Sync]
|
| EstablishGpuChannel() => (int32 client_id,
|
| - handle<message_pipe> channel_handle,
|
| + handle<message_pipe>? channel_handle,
|
| gpu.mojom.GpuInfo gpu_info);
|
|
|
| // Tells the GPU service to create a new GPU memory buffer.
|
|
|