| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index d8741f701b09eb51a7c0bac4b6921620868e3e99..107330447b2d2a0156fae1a65bcd8af9bb0fbf03 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -626,7 +626,7 @@ GLSurface::CreateViewGLSurface(bool software, gfx::AcceleratedWidget window) {
|
| VSyncProvider* sync_provider = NULL;
|
| #if defined(USE_OZONE)
|
| window = ui::SurfaceFactoryOzone::GetInstance()->RealizeAcceleratedWidget(
|
| - window));
|
| + window);
|
| sync_provider =
|
| ui::SurfaceFactoryOzone::GetInstance()->GetVSyncProvider(window);
|
| #endif
|
|
|