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 dfbb3195189a40abde2e1542b0d7878fd1c4fc27..c962bc6e08e260398086af91ceb811a04bf53bac 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h |
@@ -226,6 +226,13 @@ void GLES2InterfaceStub::DrawElements(GLenum /* mode */, |
GLenum /* type */, |
const void* /* indices */) { |
} |
+void GLES2InterfaceStub::DrawRangeElements(GLenum /* mode */, |
+ GLuint /* start */, |
+ GLuint /* end */, |
+ GLsizei /* count */, |
+ GLenum /* type */, |
+ const void* /* indices */) { |
+} |
void GLES2InterfaceStub::Enable(GLenum /* cap */) { |
} |
void GLES2InterfaceStub::EnableVertexAttribArray(GLuint /* index */) { |