summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/gl/gl_surface_egl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
index d8741f7..1073304 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