Index: gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
index 5d4641fb5f385de0d186ad25ba02b438c6932338..be4a0307e1f67c3769107f9daca191f6290f1c2f 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h |
@@ -1925,9 +1925,14 @@ void GLES2TraceImplementation::CopySubTextureCHROMIUM(GLenum target, |
GLenum source_id, |
GLenum dest_id, |
GLint xoffset, |
- GLint yoffset) { |
+ GLint yoffset, |
+ GLint x, |
+ GLint y, |
+ GLsizei width, |
+ GLsizei height) { |
TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::CopySubTextureCHROMIUM"); |
- gl_->CopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset); |
+ gl_->CopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, yoffset, x, |
+ y, width, height); |
} |
void GLES2TraceImplementation::DrawArraysInstancedANGLE(GLenum mode, |