| 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 5177941b48b4da1e2dba32c4c36fec6384a0e26a..bb1bdf082f2c430da6bc5031efe612fd87a9ab19 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -629,6 +629,12 @@ void BindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name) override;
|
|
|
| +void SubscribeUniformCHROMIUM(GLint location, GLenum target) override;
|
| +
|
| +void UnsubscribeUniformCHROMIUM(GLint location) override;
|
| +
|
| +void PopulateSubscribedUniformsCHROMIUM() override;
|
| +
|
| void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
|
|
|
| void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override;
|
|
|