| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 96bda87ef1d25aa1943e84ea58e88ebe297dbe7d..15a7a8013df1b215a5928f1e62157bd49af398a4 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_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,
|
|
|