| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index d7be9a0158f2e48c2f5a269a8cbbf9bf50088a0f..0ac39f92d32f5a38b57c2fbebf88427f91080227 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -951,16 +951,6 @@ void CompressedCopyTextureCHROMIUM(GLenum target,
|
| GLenum source_id,
|
| GLenum dest_id) override;
|
|
|
| -void CompressedCopySubTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| - GLenum dest_id,
|
| - GLint xoffset,
|
| - GLint yoffset,
|
| - GLint x,
|
| - GLint y,
|
| - GLsizei width,
|
| - GLsizei height) override;
|
| -
|
| void DrawArraysInstancedANGLE(GLenum mode,
|
| GLint first,
|
| GLsizei count,
|
|
|