| 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 5ad938544740aa008dfc2f14636e765ee4e7a749..efd887e4d67bd433f77a9375e62a7685d0316e1e 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -145,6 +145,12 @@ void DrawElements(GLenum mode,
|
| GLsizei count,
|
| GLenum type,
|
| const void* indices) override;
|
| +void DrawRangeElements(GLenum mode,
|
| + GLuint start,
|
| + GLuint end,
|
| + GLsizei count,
|
| + GLenum type,
|
| + const void* indices) override;
|
| void Enable(GLenum cap) override;
|
| void EnableVertexAttribArray(GLuint index) override;
|
| GLsync FenceSync(GLenum condition, GLbitfield flags) override;
|
|
|