| Index: services/ui/public/cpp/gpu_service.h
|
| diff --git a/services/ui/public/cpp/gpu_service.h b/services/ui/public/cpp/gpu_service.h
|
| index a1155ae0bdc3745714270da2455db5d2c75720fc..89290315d65979c664e75bbd5ef7653e9da235fb 100644
|
| --- a/services/ui/public/cpp/gpu_service.h
|
| +++ b/services/ui/public/cpp/gpu_service.h
|
| @@ -55,7 +55,7 @@ class GpuService : public gpu::GpuChannelHostFactory,
|
| void EstablishGpuChannelOnMainThreadDone(
|
| bool locked,
|
| int client_id,
|
| - mojom::ChannelHandlePtr channel_handle,
|
| + mojo::ScopedMessagePipeHandle channel_handle,
|
| const gpu::GPUInfo& gpu_info);
|
|
|
| // gpu::GpuChannelHostFactory overrides:
|
|
|