Index: gpu/command_buffer/client/gles2_implementation_unittest.cc |
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
index afb31bd0893102e548b4dfb18a864b87774bffb0..cb7f6bdddb73d9a9636770c79ad7381d1c04f08a 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc |
@@ -2906,9 +2906,6 @@ TEST_F(GLES2ImplementationTest, BeginEndQueryEXT) { |
EXPECT_TRUE(NoCommandsWritten()); |
EXPECT_EQ(GL_INVALID_OPERATION, CheckError()); |
- // Test BeginQueryEXT fails if id not GENed. |
- // TODO(gman): |
- |
// Test BeginQueryEXT inserts command. |
struct BeginCmds { |
cmds::BeginQueryEXT begin_query; |