| 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 604425c5ca62372fc6944da73a9df3b5600f1d17..363525eea721fc99c9bdd98bad149e24b7b0836c 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| @@ -1521,7 +1521,7 @@ TEST_F(GLES2ImplementationTest, Scissor) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, ShaderSource) {
|
| - const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
|
| + const uint32 kBucketId = GLES2Implementation::kResultBucketId;
|
| const char* kString1 = "happy";
|
| const char* kString2 = "ending";
|
| const size_t kString1Size = ::strlen(kString1) + 1;
|
| @@ -1569,7 +1569,7 @@ TEST_F(GLES2ImplementationTest, ShaderSource) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, ShaderSourceWithLength) {
|
| - const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
|
| + const uint32 kBucketId = GLES2Implementation::kResultBucketId;
|
| const char* kString = "foobar******";
|
| const size_t kStringSize = 6; // We only need "foobar".
|
| const size_t kHeaderSize = sizeof(GLint) * 2;
|
| @@ -1739,7 +1739,7 @@ TEST_F(GLES2ImplementationTest, TexStorage3D) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, TransformFeedbackVaryings) {
|
| - const uint32_t kBucketId = GLES2Implementation::kResultBucketId;
|
| + const uint32 kBucketId = GLES2Implementation::kResultBucketId;
|
| const char* kString1 = "happy";
|
| const char* kString2 = "ending";
|
| const size_t kString1Size = ::strlen(kString1) + 1;
|
|
|