Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
index 5d8a40a1f73aaa008760190a924d61e8250cddf8..01a7e07041fffc25ef7d11204de78b2504ab30f8 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -201,6 +201,16 @@ void GetVertexAttribPointerv(GLuint index, |
GLenum pname, |
void** pointer) override; |
void Hint(GLenum target, GLenum mode) override; |
+void InvalidateFramebuffer(GLenum target, |
+ GLsizei count, |
+ const GLenum* attachments) override; |
+void InvalidateSubFramebuffer(GLenum target, |
+ GLsizei count, |
+ const GLenum* attachments, |
+ GLint x, |
+ GLint y, |
+ GLsizei width, |
+ GLsizei height) override; |
GLboolean IsBuffer(GLuint buffer) override; |
GLboolean IsEnabled(GLenum cap) override; |
GLboolean IsFramebuffer(GLuint framebuffer) override; |
@@ -212,6 +222,7 @@ void LineWidth(GLfloat width) override; |
void LinkProgram(GLuint program) override; |
void PixelStorei(GLenum pname, GLint param) override; |
void PolygonOffset(GLfloat factor, GLfloat units) override; |
+void ReadBuffer(GLenum src) override; |
void ReadPixels(GLint x, |
GLint y, |
GLsizei width, |