summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h')
-rw-r--r--gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h4
1 files changed, 4 insertions, 0 deletions
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 60c22b2..cf516e3 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -623,5 +623,9 @@ void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(
GLsizei /* width */, GLsizei /* height */, GLint /* border */,
GLenum /* format */, GLenum /* type */, const void* /* pixels */) {
}
+void GLES2InterfaceStub::DiscardFramebufferEXT(
+ GLenum /* target */, GLsizei /* count */,
+ const GLenum* /* attachments */) {
+}
#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_