Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
index a94ac7611b85f4848f76a2a565c4c1d0e2e7622b..06ccef7b89c3a888685008fcb1debcb47f992463 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_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, |