Index: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
index b4792ca9438dcf838bed6d30c50e4ae1ff3f7644..a5797f02ab8c5c2019a48c097c2b3dc28d389b9b 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -331,6 +331,20 @@ void GLES2InterfaceStub::GetVertexAttribPointerv(GLuint /* index */, |
} |
void GLES2InterfaceStub::Hint(GLenum /* target */, GLenum /* mode */) { |
} |
+void GLES2InterfaceStub::InvalidateFramebuffer( |
+ GLenum /* target */, |
+ GLsizei /* count */, |
+ const GLenum* /* attachments */) { |
+} |
+void GLES2InterfaceStub::InvalidateSubFramebuffer( |
+ GLenum /* target */, |
+ GLsizei /* count */, |
+ const GLenum* /* attachments */, |
+ GLint /* x */, |
+ GLint /* y */, |
+ GLsizei /* width */, |
+ GLsizei /* height */) { |
+} |
GLboolean GLES2InterfaceStub::IsBuffer(GLuint /* buffer */) { |
return 0; |
} |
@@ -361,6 +375,8 @@ void GLES2InterfaceStub::PixelStorei(GLenum /* pname */, GLint /* param */) { |
void GLES2InterfaceStub::PolygonOffset(GLfloat /* factor */, |
GLfloat /* units */) { |
} |
+void GLES2InterfaceStub::ReadBuffer(GLenum /* src */) { |
+} |
void GLES2InterfaceStub::ReadPixels(GLint /* x */, |
GLint /* y */, |
GLsizei /* width */, |