| Index: services/ui/common/gpu_service.h
|
| diff --git a/services/ui/common/gpu_service.h b/services/ui/common/gpu_service.h
|
| index 7a680771736061acad4673cc7cee40b6b3324ee9..e2329f11a870e34b351cf8e48fc5c376aaaa7559 100644
|
| --- a/services/ui/common/gpu_service.h
|
| +++ b/services/ui/common/gpu_service.h
|
| @@ -56,7 +56,7 @@ class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory {
|
| bool locked,
|
| int client_id,
|
| mojom::ChannelHandlePtr channel_handle,
|
| - mojom::GpuInfoPtr gpu_info);
|
| + const gpu::GPUInfo& gpu_info);
|
|
|
| // gpu::GpuChannelHostFactory overrides:
|
| bool IsMainThread() override;
|
|
|