diff options
Diffstat (limited to 'ui/gl/gl_surface_egl.h')
-rw-r--r-- | ui/gl/gl_surface_egl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h index fcac714..68a99af 100644 --- a/ui/gl/gl_surface_egl.h +++ b/ui/gl/gl_surface_egl.h @@ -67,6 +67,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL { virtual VSyncProvider* GetVSyncProvider() OVERRIDE; // Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider. + // Takes ownership of the VSyncProvider. virtual bool Initialize(VSyncProvider* sync_provider); protected: |