| Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| index 464f1ed8f32e7b46e999c5dbbe8e430d241343fa..1a462d72b5cc4f6a85cb99f5ad4af305b7dfdb73 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1137,7 +1137,11 @@ void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
|
| GLenum /* source_id */,
|
| GLenum /* dest_id */,
|
| GLint /* xoffset */,
|
| - GLint /* yoffset */) {
|
| + GLint /* yoffset */,
|
| + GLint /* x */,
|
| + GLint /* y */,
|
| + GLsizei /* width */,
|
| + GLsizei /* height */) {
|
| }
|
| void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
|
| GLint /* first */,
|
|
|