| 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 4587fc4d8d5d7f444553e597ce0d8f447dc2af4c..ebe62fb86a67ee2dd207439f29d368d11d6f41a2 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
|
| @@ -1488,7 +1488,7 @@ TEST_P(GLES2DecoderTest1, GetProgramivInvalidArgs2_1) {
|
|
|
| TEST_P(GLES2DecoderTest1, GetProgramInfoLogValidArgs) {
|
| const char* kInfo = "hello";
|
| - const uint32 kBucketId = 123;
|
| + const uint32_t kBucketId = 123;
|
| SpecializedSetup<cmds::GetProgramInfoLog, 0>(true);
|
|
|
| cmds::GetProgramInfoLog cmd;
|
| @@ -1503,7 +1503,7 @@ TEST_P(GLES2DecoderTest1, GetProgramInfoLogValidArgs) {
|
| }
|
|
|
| TEST_P(GLES2DecoderTest1, GetProgramInfoLogInvalidArgs) {
|
| - const uint32 kBucketId = 123;
|
| + const uint32_t kBucketId = 123;
|
| cmds::GetProgramInfoLog cmd;
|
| cmd.Init(kInvalidClientId, kBucketId);
|
| EXPECT_EQ(error::kNoError, ExecuteCmd(cmd));
|
|
|