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 16753ae8d996bb77b80a7e44e117cfae30e87d16..c7e04a2176630beac687087d7a7fe35911acf7ec 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -793,6 +793,13 @@ void CopyTextureCHROMIUM(GLenum target, |
GLint internalformat, |
GLenum dest_type) override; |
+void CopySubTextureCHROMIUM(GLenum target, |
+ GLenum source_id, |
+ GLenum dest_id, |
+ GLint level, |
+ GLint xoffset, |
+ GLint yoffset) override; |
+ |
void DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |