| Index: services/ui/gpu/gpu_service_mus.cc
|
| diff --git a/services/ui/gpu/gpu_service_mus.cc b/services/ui/gpu/gpu_service_mus.cc
|
| index dd1ddadefa6eeae216678c7c645880e5d214ba29..74e0fd3abee1a2bc7101bd22dc8dbfc18a5d3247 100644
|
| --- a/services/ui/gpu/gpu_service_mus.cc
|
| +++ b/services/ui/gpu/gpu_service_mus.cc
|
| @@ -194,6 +194,8 @@ void GpuServiceMus::InitializeOnGpuThread(IPC::ChannelHandle* channel_handle,
|
| media::GpuJpegDecodeAccelerator::IsSupported();
|
|
|
| #if defined(USE_OZONE)
|
| + // TODO(rjkroege): Must plumb the shell::Connector* to here and pass into
|
| + // ozone.
|
| ui::OzonePlatform::InitializeForGPU();
|
| #endif
|
|
|
|
|