| Index: ui/gl/gl_context.h
|
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h
|
| index 95986613e0b7e3f1392f11dc70be8b6834f59538..d391deb0679c9e61c8c29223bfc5e6b13ab8f929 100644
|
| --- a/ui/gl/gl_context.h
|
| +++ b/ui/gl/gl_context.h
|
| @@ -42,9 +42,6 @@ class GL_EXPORT GLContext : public base::RefCounted<GLContext> {
|
| virtual bool Initialize(
|
| GLSurface* compatible_surface, GpuPreference gpu_preference) = 0;
|
|
|
| - // Destroys the GL context.
|
| - virtual void Destroy() = 0;
|
| -
|
| // Makes the GL context and a surface current on the current thread.
|
| virtual bool MakeCurrent(GLSurface* surface) = 0;
|
|
|
|
|