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 5d2a4c1dd643fbaf6ab6c287c1e3aa37e5789350..64bfdf482b2fe2a1aa9c856f41c039c73bd6caaa 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -954,6 +954,16 @@ void CompressedCopyTextureCHROMIUM(GLenum target, |
GLenum source_id, |
GLenum dest_id) override; |
+void CompressedCopySubTextureCHROMIUM(GLenum target, |
+ GLenum source_id, |
+ GLenum dest_id, |
+ GLint xoffset, |
+ GLint yoffset, |
+ GLint x, |
+ GLint y, |
+ GLsizei width, |
+ GLsizei height) override; |
+ |
void DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |