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 61ec8a35f8ed426c8cd687b9213bf4474fdbc4a1..e48a12bf70554d140dc1a98a2a934e0af04656e6 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
@@ -596,6 +596,12 @@ void CopyTextureCHROMIUM(GLenum target, |
GLint level, |
GLint internalformat, |
GLenum dest_type) override; |
+void CopySubTextureCHROMIUM(GLenum target, |
+ GLenum source_id, |
+ GLenum dest_id, |
+ GLint level, |
+ GLint xoffset, |
+ GLint yoffset) override; |
void DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |