| 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 3510bbf0bd2279272dfbbb352f3fcbb49d02344b..8f1b83aa2fae2d8d194d54aee561f83eec5c5c76 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
|
| @@ -212,6 +212,9 @@ virtual void GetVertexAttribPointerv(
|
|
|
| virtual void Hint(GLenum target, GLenum mode) OVERRIDE;
|
|
|
| +virtual void ImageBufferDataCHROMIUM(
|
| + GLenum target, GLsizei width, GLsizei height) OVERRIDE;
|
| +
|
| virtual GLboolean IsBuffer(GLuint buffer) OVERRIDE;
|
|
|
| virtual GLboolean IsEnabled(GLenum cap) OVERRIDE;
|
|
|