Index: gpu/command_buffer/client/gles2_interface_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h |
index f93ec0780d15f4d41d68cea50cb1d607a9540bdc..d5b4f93e74b0ea9c194fe0339e3847c877eebc93 100644 |
--- a/gpu/command_buffer/client/gles2_interface_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_autogen.h |
@@ -641,13 +641,9 @@ |
virtual void CopyTextureCHROMIUM(GLenum target, |
GLenum source_id, |
GLenum dest_id, |
+ GLint level, |
GLint internalformat, |
GLenum dest_type) = 0; |
-virtual void CopySubTextureCHROMIUM(GLenum target, |
- GLenum source_id, |
- GLenum dest_id, |
- GLint xoffset, |
- GLint yoffset) = 0; |
virtual void DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |