| Index: ui/gl/gl_surface_egl.cc
|
| diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc
|
| index 1b670e137bf5f561cffee2d9afa524e6c22536ae..02c19e8e3cca425fa4e4e61a85cef3da5dae5026 100644
|
| --- a/ui/gl/gl_surface_egl.cc
|
| +++ b/ui/gl/gl_surface_egl.cc
|
| @@ -366,7 +366,7 @@ NativeViewGLSurfaceEGL::NativeViewGLSurfaceEGL(EGLNativeWindowType window)
|
| }
|
|
|
| bool NativeViewGLSurfaceEGL::Initialize() {
|
| - return Initialize(scoped_ptr<VSyncProvider>());
|
| + return Initialize(nullptr);
|
| }
|
|
|
| bool NativeViewGLSurfaceEGL::Initialize(
|
|
|