Index: gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h b/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
index e5a69a4452ff7b418848d806ab70815f6655d686..ae1b29928d944f1467935619e71bfc6eabcd3fc5 100644 |
--- a/gpu/command_buffer/client/gles2_trace_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_trace_implementation_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; |