| Index: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| index ad794d235eab4323fcd2b4808900e1f5460f66ef..a0c908f4d9f93e6a5b96804881bc12bc6f878d21 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| @@ -556,6 +556,7 @@ TEST_F(GLES2ImplementationTest, DrawArrays) {
|
| gl_->DrawArrays(GL_POINTS, 2, 3);
|
| EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
|
| }
|
| +// TODO(zmo): Implement unit test for DrawRangeElements
|
|
|
| TEST_F(GLES2ImplementationTest, EnableVertexAttribArray) {
|
| struct Cmds {
|
|
|