| Index: mojo/gpu/mojo_gles2_impl_autogen.h
|
| diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| index b24a3e1b6a56e8a23dfe0327947a5df27b11f318..99fdad51e5ffaf62a72b2b269927b58975cb70f7 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.h
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| @@ -712,15 +712,6 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
|
| 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,
|
|
|