| 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 42262ce3e26760e6dc30b0f2fb25a09676cf4b85..53d28abbfdbec2e29df675a685ea41ca5f7be8fb 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -576,6 +576,12 @@ virtual void CopyTextureCHROMIUM(GLenum target,
|
| GLint level,
|
| GLint internalformat,
|
| GLenum dest_type) = 0;
|
| +virtual void CopySubTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id,
|
| + GLint level,
|
| + GLint xoffset,
|
| + GLint yoffset) = 0;
|
| virtual void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|