| Index: ui/gl/gl_image_glx.h
|
| diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h
|
| index 1f4e819d1b4aca91d8e4559d0e928bb1f7d3a35d..8d6968a4d0faa33d8d41b7887dbf17faf484864e 100644
|
| --- a/ui/gl/gl_image_glx.h
|
| +++ b/ui/gl/gl_image_glx.h
|
| @@ -21,6 +21,7 @@ class GL_EXPORT GLImageGLX : public GLImage {
|
| // Overridden from GLImage:
|
| void Destroy(bool have_context) override;
|
| gfx::Size GetSize() override;
|
| + unsigned GetFormat() override;
|
| bool BindTexImage(unsigned target) override;
|
| void ReleaseTexImage(unsigned target) override;
|
| bool CopyTexImage(unsigned target) override;
|
|
|