| 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..888178e58a774beb3fa86874d628d2c3061a427a 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 GetInternalFormat() override;
|
| bool BindTexImage(unsigned target) override;
|
| void ReleaseTexImage(unsigned target) override;
|
| bool CopyTexImage(unsigned target) override;
|
|
|