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 2182af12319f785c054c21d9e085355ebaf99054..34869a45f2c0e5cea2943383e368c44566ede14d 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
@@ -793,6 +793,7 @@ TEST_F(GLES2ImplementationTest, GetFloatv) { |
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected))); |
EXPECT_EQ(static_cast<Result::Type>(1), result); |
} |
+// TODO: Implement unit test for GetFragDataLocation |
Ken Russell (switch to Gerrit)
2015/01/26 23:39:12
Add OWNER for TODO -- and ideally file a bug.
Zhenyao Mo
2015/01/26 23:47:30
OK, will add TODO(zmo).
|
TEST_F(GLES2ImplementationTest, GetFramebufferAttachmentParameteriv) { |
struct Cmds { |