| Index: ui/gl/gl_context_wgl.h
|
| diff --git a/ui/gl/gl_context_wgl.h b/ui/gl/gl_context_wgl.h
|
| index ff0aae0d96f98583d0e14b48d4e3d3ae04fccf44..21b38403296f0f6281bbc3c82b6464a8bc7e6567 100644
|
| --- a/ui/gl/gl_context_wgl.h
|
| +++ b/ui/gl/gl_context_wgl.h
|
| @@ -22,7 +22,6 @@ class GLContextWGL : public GLContextReal {
|
| // Implement GLContext.
|
| bool Initialize(GLSurface* compatible_surface,
|
| GpuPreference gpu_preference) override;
|
| - void Destroy() override;
|
| bool MakeCurrent(GLSurface* surface) override;
|
| void ReleaseCurrent(GLSurface* surface) override;
|
| bool IsCurrent(GLSurface* surface) override;
|
| @@ -32,6 +31,7 @@ class GLContextWGL : public GLContextReal {
|
|
|
| private:
|
| ~GLContextWGL() override;
|
| + void Destroy();
|
|
|
| HGLRC context_;
|
|
|
|
|