| Index: gpu/command_buffer/client/gles2_implementation_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| index 42f957101c49fb6aa48c702a72a060cf4771e71a..a5deb0ec59d0f49df9d9ddf91b35615f3134f47d 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -997,7 +997,9 @@ void BindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name) override;
|
|
|
| -void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
|
| +void BindTexImage2DCHROMIUM(GLenum target,
|
| + GLint imageId,
|
| + GLint fenceId) override;
|
|
|
| void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
|
|
|
|
|