| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index b832ef6955dda8e3218d1bee4e8fc826ecc06eda..00c03712d5a8108f50f8ec0648dce3b8d9676c58 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -45,6 +45,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
|
|
|
| protected:
|
| ~GLSurfaceEGL() override;
|
| + static void Deinitialize();
|
|
|
| private:
|
| #if defined(OS_WIN)
|
| @@ -82,7 +83,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
|
|
| EGLNativeWindowType window_;
|
|
|
| - virtual void SetSwapInterval(int interval) override;
|
| + void SetSwapInterval(int interval) override;
|
|
|
| private:
|
| EGLSurface surface_;
|
|
|