| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index aed6e7277184986a97a1c03ee2aa25d7605acdd2..be2584798b1e4af98e66a6f6a9c6db1239330069 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -688,15 +688,6 @@ void CopySubTextureCHROMIUM(GLenum source_id,
|
| 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,
|
|
|