| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index dc11fb09abe4b33e41f6c22414b3e96ccf295f34..815b995902d7be56597f0ee939f8d2f88cc3440d 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -712,6 +712,15 @@ virtual void CopySubTextureCHROMIUM(GLenum target,
|
| virtual void CompressedCopyTextureCHROMIUM(GLenum target,
|
| GLenum source_id,
|
| GLenum dest_id) = 0;
|
| +virtual void CompressedCopySubTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id,
|
| + GLint xoffset,
|
| + GLint yoffset,
|
| + GLint x,
|
| + GLint y,
|
| + GLsizei width,
|
| + GLsizei height) = 0;
|
| virtual void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|