Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h |
index c570c4527e879f42d927a8a341a269d55cbb4581..c783c0f68cb097a6d81ca6d61f00c5ca120dd18f 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -200,6 +200,13 @@ void DrawElements(GLenum mode, |
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; |
GLsync FenceSync(GLenum condition, GLbitfield flags) override; |