Chromium Code Reviews| Index: ui/gl/gl_image.h |
| diff --git a/ui/gl/gl_image.h b/ui/gl/gl_image.h |
| index 7798423da12ed6ff683689d4ad7861ffdd03c863..ab2e6a791744cc38bf1dc4ba41b041d55035b28b 100644 |
| --- a/ui/gl/gl_image.h |
| +++ b/ui/gl/gl_image.h |
| @@ -22,7 +22,7 @@ class GL_EXPORT GLImage : public base::RefCounted<GLImage> { |
| GLImage(); |
| // Destroys the image. |
| - virtual void Destroy() = 0; |
| + virtual void Destroy(bool have_context) = 0; |
| // Get the size of the image. |
| virtual gfx::Size GetSize() = 0; |