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 4d9d9bd6b8666d4432065afdf4b3ea97e6d546f3..375e89afd58b64c982e18008544a36609611e136 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -686,6 +686,15 @@ void CopySubTextureCHROMIUM(GLenum target, |
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, |