| 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 334449385a94200afabe622b8b577b7f31ffd10f..85c10162d87879ec1890f9a3b791f4c865e855fe 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
|
| @@ -183,16 +183,14 @@ VISIT_GL_CALL(TexImageIOSurface2DCHROMIUM,
|
| (target, width, height, ioSurfaceId, plane))
|
| VISIT_GL_CALL(CopyTextureCHROMIUM,
|
| void,
|
| - (GLenum target,
|
| - GLenum source_id,
|
| + (GLenum source_id,
|
| GLenum dest_id,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha),
|
| - (target,
|
| - source_id,
|
| + (source_id,
|
| dest_id,
|
| internalformat,
|
| dest_type,
|
| @@ -201,8 +199,7 @@ VISIT_GL_CALL(CopyTextureCHROMIUM,
|
| unpack_unmultiply_alpha))
|
| VISIT_GL_CALL(CopySubTextureCHROMIUM,
|
| void,
|
| - (GLenum target,
|
| - GLenum source_id,
|
| + (GLenum source_id,
|
| GLenum dest_id,
|
| GLint xoffset,
|
| GLint yoffset,
|
| @@ -213,8 +210,7 @@ VISIT_GL_CALL(CopySubTextureCHROMIUM,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha),
|
| - (target,
|
| - source_id,
|
| + (source_id,
|
| dest_id,
|
| xoffset,
|
| yoffset,
|
|
|