Index: mojo/gpu/mojo_gles2_impl_autogen.cc |
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc |
index d035fe12c3370987a528f1536299c4f0e2b26f9d..aca5f3f42a979668e2e5f7a8dbd62657fb071647 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc |
@@ -1523,19 +1523,6 @@ void MojoGLES2Impl::CompressedCopyTextureCHROMIUM(GLenum target, |
MojoGLES2MakeCurrent(context_); |
glCompressedCopyTextureCHROMIUM(target, source_id, dest_id); |
} |
-void MojoGLES2Impl::CompressedCopySubTextureCHROMIUM(GLenum target, |
- GLenum source_id, |
- GLenum dest_id, |
- GLint xoffset, |
- GLint yoffset, |
- GLint x, |
- GLint y, |
- GLsizei width, |
- GLsizei height) { |
- MojoGLES2MakeCurrent(context_); |
- glCompressedCopySubTextureCHROMIUM(target, source_id, dest_id, xoffset, |
- yoffset, x, y, width, height); |
-} |
void MojoGLES2Impl::DrawArraysInstancedANGLE(GLenum mode, |
GLint first, |
GLsizei count, |