| Index: services/ui/gpu/gpu_service_mus.h
|
| diff --git a/services/ui/gpu/gpu_service_mus.h b/services/ui/gpu/gpu_service_mus.h
|
| index 59af4f5d5173d09d2fd17daabab70b2b95811d43..b537a4bdbd6f1310f6d6c31ddf85220a673f492a 100644
|
| --- a/services/ui/gpu/gpu_service_mus.h
|
| +++ b/services/ui/gpu/gpu_service_mus.h
|
| @@ -51,7 +51,7 @@ class GpuServiceMus : public gpu::GpuChannelManagerDelegate,
|
| public gpu::GpuChannelHostFactory,
|
| public base::NonThreadSafe {
|
| public:
|
| - typedef base::Callback<void(int client_id, const IPC::ChannelHandle&)>
|
| + typedef base::Callback<void(int client_id, IPC::ChannelHandle*)>
|
| EstablishGpuChannelCallback;
|
| void EstablishGpuChannel(uint64_t client_tracing_id,
|
| bool preempts,
|
|
|