| Index: ui/ozone/public/ozone_gpu_test_helper.cc
|
| diff --git a/ui/ozone/public/ozone_gpu_test_helper.cc b/ui/ozone/public/ozone_gpu_test_helper.cc
|
| index c1347fcb6be3838f57512b1b524ee9bcbdf9c388..6ab095ef0dfc09a967e8707893e25ecd313150f0 100644
|
| --- a/ui/ozone/public/ozone_gpu_test_helper.cc
|
| +++ b/ui/ozone/public/ozone_gpu_test_helper.cc
|
| @@ -106,7 +106,11 @@ class FakeGpuProcessHost {
|
|
|
| ui::OzonePlatform::GetInstance()
|
| ->GetGpuPlatformSupportHost()
|
| - ->OnChannelEstablished(kGpuProcessHostId, gpu_io_task_runner_, sender);
|
| + ->OnGpuProcessLaunched(kGpuProcessHostId, gpu_io_task_runner_, sender);
|
| +
|
| + ui::OzonePlatform::GetInstance()
|
| + ->GetGpuPlatformSupportHost()
|
| + ->OnChannelEstablished();
|
| }
|
|
|
| private:
|
|
|