Chromium Code Reviews| Index: ui/gl/gl_image_surface_texture.cc |
| diff --git a/ui/gl/gl_image_surface_texture.cc b/ui/gl/gl_image_surface_texture.cc |
| index a321c4d3092df158b49c350741ee2cd2048b8469..46a1d8c64b88e53adab144327ee7046ad9e5bd8c 100644 |
| --- a/ui/gl/gl_image_surface_texture.cc |
| +++ b/ui/gl/gl_image_surface_texture.cc |
| @@ -72,7 +72,9 @@ bool GLImageSurfaceTexture::BindTexImage(unsigned target) { |
| return true; |
| } |
| -bool GLImageSurfaceTexture::CopyTexImage(unsigned target) { |
| +bool GLImageSurfaceTexture::CopyTexSubImage(unsigned target, |
| + int xoffset, |
| + int yoffset) { |
| return false; |
| } |