| Index: ui/gl/gl_image_egl.h
|
| diff --git a/ui/gl/gl_image_egl.h b/ui/gl/gl_image_egl.h
|
| index bb68e108ea0b16778a99952e4de8d3c1cff2a804..355590cea86dc38d7532235098389d8b4625ac3b 100644
|
| --- a/ui/gl/gl_image_egl.h
|
| +++ b/ui/gl/gl_image_egl.h
|
| @@ -19,6 +19,7 @@ class GL_EXPORT GLImageEGL : public GLImage {
|
|
|
| // Overridden from GLImage:
|
| void Destroy(bool have_context) override;
|
| + bool IsValid() override;
|
| gfx::Size GetSize() override;
|
| unsigned GetInternalFormat() override;
|
| bool BindTexImage(unsigned target) override;
|
|
|