| 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 ce953d7f9656ef28f6ceab05e7160ef603fdd7cd..b62f6acc720dc52752fcacd616e19039dba97968 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -973,6 +973,13 @@ void GLES2InterfaceStub::CopyTextureCHROMIUM(GLenum /* target */,
|
| GLint /* internalformat */,
|
| GLenum /* dest_type */) {
|
| }
|
| +void GLES2InterfaceStub::CopySubTextureCHROMIUM(GLenum /* target */,
|
| + GLenum /* source_id */,
|
| + GLenum /* dest_id */,
|
| + GLint /* level */,
|
| + GLint /* xoffset */,
|
| + GLint /* yoffset */) {
|
| +}
|
| void GLES2InterfaceStub::DrawArraysInstancedANGLE(GLenum /* mode */,
|
| GLint /* first */,
|
| GLsizei /* count */,
|
|
|