| 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 56080ad748c9cd390c68676f113217d5a7e3fd18..6f420bd62b4a09649a79caf7a90eb3b95f65561b 100644
|
| --- a/services/ui/gpu/interfaces/gpu_service.mojom
|
| +++ b/services/ui/gpu/interfaces/gpu_service.mojom
|
| @@ -18,7 +18,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,
|
|
|