Index: ui/gl/gl_image.h |
diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h |
index 7fa4068efe5d34296354e6125886d753a7cae405..44680193317aad5c031eff3ca9381ef83fac0e0f 100644 |
--- a/ui/gl/gl_image.h |
+++ b/ui/gl/gl_image.h |
@@ -33,9 +33,6 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> { |
public: |
GLImage() {} |
- // Destroys the image. |
- virtual void Destroy(bool have_context) = 0; |
- |
// Get the size of the image. |
virtual gfx::Size GetSize() = 0; |