Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h |
index c570c4527e879f42d927a8a341a269d55cbb4581..8e032e432eb0bf59acb6891ad184cf1cee103aa3 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -873,10 +873,15 @@ 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, |