| 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 16a9746f65b508295150399ce02bdbdc7e424302..c2be3356d28a86d9f39981b219c8fe91ff615383 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;
|
|
|
|
|