| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index 0a2d59613d6c035db38f1ffe0b82d8f3b17089db..c2eb4c6b41ae4e6fa926632d036fd113af0c08a0 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -731,7 +731,9 @@ virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
|
| virtual void BindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name) = 0;
|
| -virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
|
| +virtual void BindTexImage2DCHROMIUM(GLenum target,
|
| + GLint imageId,
|
| + GLint fenceId) = 0;
|
| virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
|
| virtual void TraceBeginCHROMIUM(const char* category_name,
|
| const char* trace_name) = 0;
|
|
|