Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
index 5ad938544740aa008dfc2f14636e765ee4e7a749..0381b32375b8ccdff47434f9ca1e2a8b23513681 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -624,9 +624,13 @@ void TexImageIOSurface2DCHROMIUM(GLenum target, |
void CopyTextureCHROMIUM(GLenum target, |
GLenum source_id, |
GLenum dest_id, |
- GLint level, |
GLint internalformat, |
GLenum dest_type) override; |
+void CopySubTextureCHROMIUM(GLenum target, |
+ GLenum source_id, |
+ GLenum dest_id, |
+ GLint xoffset, |
+ GLint yoffset) override; |
void DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |