| 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 ce84596ad2f5e9fe002442169b8c32b2aa154afc..b24a3e1b6a56e8a23dfe0327947a5df27b11f318 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.h
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.h
|
| @@ -691,16 +691,14 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
|
| GLsizei height,
|
| GLuint ioSurfaceId,
|
| GLuint plane) override;
|
| - void CopyTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| + void CopyTextureCHROMIUM(GLenum source_id,
|
| GLenum dest_id,
|
| GLint internalformat,
|
| GLenum dest_type,
|
| GLboolean unpack_flip_y,
|
| GLboolean unpack_premultiply_alpha,
|
| GLboolean unpack_unmultiply_alpha) override;
|
| - void CopySubTextureCHROMIUM(GLenum target,
|
| - GLenum source_id,
|
| + void CopySubTextureCHROMIUM(GLenum source_id,
|
| GLenum dest_id,
|
| GLint xoffset,
|
| GLint yoffset,
|
|
|