| Index: ui/gl/gl_bindings_api_autogen_gl.h
|
| diff --git a/ui/gl/gl_bindings_api_autogen_gl.h b/ui/gl/gl_bindings_api_autogen_gl.h
|
| index b2a6ae4eeeb566ad1b0a346d3921c57807874e26..429c4b71a1f1d6d39ae967111ceb717a64b656a7 100644
|
| --- a/ui/gl/gl_bindings_api_autogen_gl.h
|
| +++ b/ui/gl/gl_bindings_api_autogen_gl.h
|
| @@ -170,10 +170,7 @@
|
| GLintptr writeOffset,
|
| GLsizeiptr size) override;
|
| void glCopySubTextureCHROMIUMFn(GLuint sourceId,
|
| - GLint sourceLevel,
|
| - GLenum destTarget,
|
| GLuint destId,
|
| - GLint destLevel,
|
| GLint xoffset,
|
| GLint yoffset,
|
| GLint x,
|
| @@ -209,10 +206,7 @@
|
| GLsizei width,
|
| GLsizei height) override;
|
| void glCopyTextureCHROMIUMFn(GLuint sourceId,
|
| - GLint sourceLevel,
|
| - GLenum destTarget,
|
| GLuint destId,
|
| - GLint destLevel,
|
| GLint internalFormat,
|
| GLenum destType,
|
| GLboolean unpackFlipY,
|
|
|