| 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 4ab4116c6c0097528324287e3ad8a8065b6d81d8..d52ff9bb459e3a9312b176c756cd881375e2b79b 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -730,16 +730,6 @@ virtual GLuint CreateAndConsumeTextureCHROMIUM(GLenum target,
|
| virtual void BindUniformLocationCHROMIUM(GLuint program,
|
| GLint location,
|
| const char* name) = 0;
|
| -virtual void GenValuebuffersCHROMIUM(GLsizei n, GLuint* buffers) = 0;
|
| -virtual void DeleteValuebuffersCHROMIUM(GLsizei n,
|
| - const GLuint* valuebuffers) = 0;
|
| -virtual GLboolean IsValuebufferCHROMIUM(GLuint valuebuffer) = 0;
|
| -virtual void BindValuebufferCHROMIUM(GLenum target, GLuint valuebuffer) = 0;
|
| -virtual void SubscribeValueCHROMIUM(GLenum target, GLenum subscription) = 0;
|
| -virtual void PopulateSubscribedValuesCHROMIUM(GLenum target) = 0;
|
| -virtual void UniformValuebufferCHROMIUM(GLint location,
|
| - GLenum target,
|
| - GLenum subscription) = 0;
|
| virtual void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
|
| virtual void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) = 0;
|
| virtual void TraceBeginCHROMIUM(const char* category_name,
|
|
|