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 06ac9483279d99545f7b0c64c1cf01d93e39d7cd..b4ec3bfe00e2493fc3b8a2f0eb7d15c8ddaba24b 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -948,6 +948,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, |