| 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 ba82b35f3a12f8d71165a81d24ac16cf502770bd..b8a40327783b8e62a6484571db4662b856a62e80 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2535,22 +2535,6 @@ void CompressedCopyTextureCHROMIUM(GLenum target,
|
| }
|
| }
|
|
|
| -void CompressedCopySubTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| - GLenum dest_id,
|
| - GLint xoffset,
|
| - GLint yoffset,
|
| - GLint x,
|
| - GLint y,
|
| - GLsizei width,
|
| - GLsizei height) {
|
| - gles2::cmds::CompressedCopySubTextureCHROMIUM* c =
|
| - GetCmdSpace<gles2::cmds::CompressedCopySubTextureCHROMIUM>();
|
| - if (c) {
|
| - c->Init(target, source_id, dest_id, xoffset, yoffset, x, y, width, height);
|
| - }
|
| -}
|
| -
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|