| Index: services/ui/gles2/gpu_state.cc
|
| diff --git a/services/ui/gles2/gpu_state.cc b/services/ui/gles2/gpu_state.cc
|
| index 5449ee08042f132e1dea22c3810f01bb69411538..e6cca764993871ac8edf9b5a5fa5d7bb4a0673aa 100644
|
| --- a/services/ui/gles2/gpu_state.cc
|
| +++ b/services/ui/gles2/gpu_state.cc
|
| @@ -47,6 +47,7 @@ void GpuState::StopThreads() {
|
|
|
| void GpuState::InitializeOnGpuThread(base::WaitableEvent* event) {
|
| #if defined(USE_OZONE)
|
| + // TODO(rjkroege): Must specify the shell::Connector here.
|
| ui::OzonePlatform::InitializeForGPU();
|
| #endif
|
| hardware_rendering_available_ = gl::init::InitializeGLOneOff();
|
|
|