Index: ui/gl/gl_image_glx.cc |
diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc |
index 38b6a3fd5a41d8be7c0bb14aaa128d808e37d914..f22ba0ff62293435e5b528b45a6bc422e8cc915e 100644 |
--- a/ui/gl/gl_image_glx.cc |
+++ b/ui/gl/gl_image_glx.cc |
@@ -189,7 +189,9 @@ void GLImageGLX::ReleaseTexImage(unsigned target) { |
glXReleaseTexImageEXT(gfx::GetXDisplay(), glx_pixmap_, GLX_FRONT_LEFT_EXT); |
} |
-bool GLImageGLX::CopyTexImage(unsigned target) { |
+bool GLImageGLX::CopyTexSubImage(unsigned target, |
+ const Point& offset, |
+ const Rect& rect) { |
return false; |
} |