| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index 875cb7ec8cd05e5dbe021b29f2feeaea7ca787a9..58cdb230a18a9311ccd48cf5663791505cd28852 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2488,6 +2488,16 @@ void CopySubTextureCHROMIUM(GLenum target,
|
| }
|
| }
|
|
|
| +void CompressedCopyTextureCHROMIUM(GLenum target,
|
| + GLenum source_id,
|
| + GLenum dest_id) {
|
| + gles2::cmds::CompressedCopyTextureCHROMIUM* c =
|
| + GetCmdSpace<gles2::cmds::CompressedCopyTextureCHROMIUM>();
|
| + if (c) {
|
| + c->Init(target, source_id, dest_id);
|
| + }
|
| +}
|
| +
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|