| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h
|
| index 711347c2a1d5496ca3195b5eb41af3cf0711590d..18a61052f8b5f696afafdaddae12cbd9edc6af51 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h
|
| @@ -1395,6 +1395,7 @@ TEST_P(GLES2DecoderTest1, GetFloatvInvalidArgs1_1) {
|
| EXPECT_EQ(error::kOutOfBounds, ExecuteCmd(cmd));
|
| EXPECT_EQ(0u, result->size);
|
| }
|
| +// TODO(gman): GetFragDataLocation
|
|
|
| TEST_P(GLES2DecoderTest1, GetFramebufferAttachmentParameterivValidArgs) {
|
| EXPECT_CALL(*gl_, GetError())
|
| @@ -1944,6 +1945,4 @@ TEST_P(GLES2DecoderTest1, GetTexParameterivInvalidArgs2_1) {
|
|
|
| // TODO(gman): GetUniformiv
|
|
|
| -// TODO(gman): GetUniformLocation
|
| -
|
| #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_
|
|
|