Index: ui/gl/gl_image_glx.h |
diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h |
index f8027e12b697dae68e8f94bad5f4ebd55e92790a..626e05763b7a42b5ca7b88b53ab28401f6ae4310 100644 |
--- a/ui/gl/gl_image_glx.h |
+++ b/ui/gl/gl_image_glx.h |
@@ -19,7 +19,7 @@ class GL_EXPORT GLImageGLX : public GLImage { |
bool Initialize(XID pixmap); |
// Overridden from GLImage: |
- virtual void Destroy() OVERRIDE; |
+ virtual void Destroy(bool have_context) OVERRIDE; |
virtual gfx::Size GetSize() OVERRIDE; |
virtual bool BindTexImage(unsigned target) OVERRIDE; |
virtual void ReleaseTexImage(unsigned target) OVERRIDE; |