| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 6c34189e334166b8297297a0a191bc66ba09a3b8..3a8fdb2a1c989a3da84943e5ffc9724f0df9b7c7 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -97,6 +97,9 @@ GpuChildThread::GpuChildThread(const InProcessChildThreadParams& params)
|
| if (!gfx::GLSurface::InitializeOneOff())
|
| VLOG(1) << "gfx::GLSurface::InitializeOneOff failed";
|
| #endif
|
| +#if defined(USE_OZONE)
|
| + ui::OzonePlatform::InitializeForGPUPostMainLoop();
|
| +#endif
|
| g_thread_safe_sender.Get() = thread_safe_sender();
|
| }
|
|
|
|
|