| 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 a452193b06ec716f3d05e6e9bcce09c65db31676..24236bcb7c9bd9d2ff2116ca592499d9d6b872b5 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;
|
|
|