| Index: ui/gl/gl_image_glx.h
|
| diff --git a/ui/gl/gl_image_glx.h b/ui/gl/gl_image_glx.h
|
| index 888178e58a774beb3fa86874d628d2c3061a427a..a86897088262c9323ff8e6e9a03f21ffbcb5bb60 100644
|
| --- a/ui/gl/gl_image_glx.h
|
| +++ b/ui/gl/gl_image_glx.h
|
| @@ -24,7 +24,9 @@ class GL_EXPORT GLImageGLX : public GLImage {
|
| unsigned GetInternalFormat() override;
|
| bool BindTexImage(unsigned target) override;
|
| void ReleaseTexImage(unsigned target) override;
|
| - bool CopyTexImage(unsigned target) override;
|
| + bool CopyTexSubImage(unsigned target,
|
| + const Point& offset,
|
| + const Rect& rect) override;
|
| void WillUseTexImage() override {}
|
| void DidUseTexImage() override {}
|
| void WillModifyTexImage() override {}
|
|
|