| Index: ui/gl/gl_image_glx.cc
|
| diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc
|
| index 84c4d0c247e86e80abad99ee4d4eb13af7f92549..45d53314e098f11400a387291234a0e393411b2a 100644
|
| --- a/ui/gl/gl_image_glx.cc
|
| +++ b/ui/gl/gl_image_glx.cc
|
| @@ -196,7 +196,7 @@ void GLImageGLX::ReleaseTexImage(unsigned target) {
|
| glXReleaseTexImageEXT(gfx::GetXDisplay(), glx_pixmap_, GLX_FRONT_LEFT_EXT);
|
| }
|
|
|
| -bool GLImageGLX::CopyTexImage(unsigned target) {
|
| +bool GLImageGLX::CopyTexSubImage(unsigned target, int xoffset, int yoffset) {
|
| return false;
|
| }
|
|
|
|
|