| Index: services/ui/gpu/interfaces/gpu_service.mojom
|
| diff --git a/services/ui/gpu/interfaces/gpu_service.mojom b/services/ui/gpu/interfaces/gpu_service.mojom
|
| index 6e0ac9b76ba7546fa3d8125e0c6185ec9ed06619..d6ca5fce390ee1944c236e8e2e547d2c6b031744 100644
|
| --- a/services/ui/gpu/interfaces/gpu_service.mojom
|
| +++ b/services/ui/gpu/interfaces/gpu_service.mojom
|
| @@ -17,7 +17,7 @@ interface GpuService {
|
| EstablishGpuChannel(int32 client_id,
|
| uint64 client_tracing_id,
|
| bool is_gpu_host)
|
| - => (handle<message_pipe> channel_handle);
|
| + => (handle<message_pipe>? channel_handle);
|
|
|
| [Sync]
|
| CreateGpuMemoryBuffer(gfx.mojom.GpuMemoryBufferId id,
|
|
|