Index: ui/gl/gl_image_egl.cc |
diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc |
index bb14edb824595780d439f75d1273c9ee55366a22..0ebd7ccac909fef1c5e74d8a147e808d274271c5 100644 |
--- a/ui/gl/gl_image_egl.cc |
+++ b/ui/gl/gl_image_egl.cc |
@@ -61,7 +61,9 @@ bool GLImageEGL::BindTexImage(unsigned target) { |
return true; |
} |
-bool GLImageEGL::CopyTexImage(unsigned target) { |
+bool GLImageEGL::CopyTexSubImage(unsigned target, |
+ const Point& offset, |
+ const Rect& rect) { |
return false; |
} |