| 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 9bc00eb2dc33b3a4e2ba776f743e85301f7b08c3..b53085f08b1102971e8dd574ce024744a44e8495 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -27,6 +27,12 @@ void GLES2InterfaceStub::BindBufferBase(GLenum /* target */,
|
| GLuint /* index */,
|
| GLuint /* buffer */) {
|
| }
|
| +void GLES2InterfaceStub::BindBufferRange(GLenum /* target */,
|
| + GLuint /* index */,
|
| + GLuint /* buffer */,
|
| + GLintptr /* offset */,
|
| + GLsizeiptr /* size */) {
|
| +}
|
| void GLES2InterfaceStub::BindFramebuffer(GLenum /* target */,
|
| GLuint /* framebuffer */) {
|
| }
|
|
|