| Index: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| diff --git a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| index 85c10162d87879ec1890f9a3b791f4c865e855fe..9414658082ba92b2e19e4a14f86215b09ab93d6b 100644
|
| --- a/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| +++ b/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
|
| @@ -225,19 +225,6 @@ VISIT_GL_CALL(CompressedCopyTextureCHROMIUM,
|
| void,
|
| (GLenum target, GLenum source_id, GLenum dest_id),
|
| (target, source_id, dest_id))
|
| -VISIT_GL_CALL(
|
| - CompressedCopySubTextureCHROMIUM,
|
| - void,
|
| - (GLenum target,
|
| - GLenum source_id,
|
| - GLenum dest_id,
|
| - GLint xoffset,
|
| - GLint yoffset,
|
| - GLint x,
|
| - GLint y,
|
| - GLsizei width,
|
| - GLsizei height),
|
| - (target, source_id, dest_id, xoffset, yoffset, x, y, width, height))
|
| VISIT_GL_CALL(DrawArraysInstancedANGLE,
|
| void,
|
| (GLenum mode, GLint first, GLsizei count, GLsizei primcount),
|
|
|