| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index a9baf0b16bb32242fa083e514c5cc5b5ce14a82b..39b587021a320cc22c05072265561eee72bec689 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -664,6 +664,9 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| void RemoveMappedBufferRangeById(GLuint buffer);
|
| void ClearMappedBufferRangeMap();
|
|
|
| + void DrawElementsImpl(GLenum mode, GLsizei count, GLenum type,
|
| + const void* indices, const char* func_name);
|
| +
|
| GLES2Util util_;
|
| GLES2CmdHelper* helper_;
|
| TransferBufferInterface* transfer_buffer_;
|
|
|