| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 572cc9ab2021e7d4c5156702ede161fa2d1521de..8c58cb0b64d65d58f526b088c76f75b6e9ed56ec 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1418,8 +1418,10 @@ void GL_APIENTRY GLES2BindUniformLocationCHROMIUM(GLuint program,
|
| const char* name) {
|
| gles2::GetGLContext()->BindUniformLocationCHROMIUM(program, location, name);
|
| }
|
| -void GL_APIENTRY GLES2BindTexImage2DCHROMIUM(GLenum target, GLint imageId) {
|
| - gles2::GetGLContext()->BindTexImage2DCHROMIUM(target, imageId);
|
| +void GL_APIENTRY GLES2BindTexImage2DCHROMIUM(GLenum target,
|
| + GLint imageId,
|
| + GLint fenceId) {
|
| + gles2::GetGLContext()->BindTexImage2DCHROMIUM(target, imageId, fenceId);
|
| }
|
| void GL_APIENTRY GLES2ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) {
|
| gles2::GetGLContext()->ReleaseTexImage2DCHROMIUM(target, imageId);
|
|
|