| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index 0acc9af52a2bb35a935cd9a4ed1c507ad2f4990b..8d154adf657e5cc87b00ccfbd2306445676bf1f3 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -68,7 +68,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
|
|
| // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider.
|
| // Takes ownership of the VSyncProvider.
|
| - virtual bool Initialize(VSyncProvider* sync_provider);
|
| + virtual bool Initialize(scoped_ptr<VSyncProvider> sync_provider);
|
|
|
| protected:
|
| virtual ~NativeViewGLSurfaceEGL();
|
|
|