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 d568a192f6c866ea570d6a53d9142a4aab9b468f..e6bd8a1a398b246433938cabc0d0b1c7ea7ce7c1 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h |
@@ -133,7 +133,7 @@ TEST_F(GLES2ImplementationTest, CheckFramebufferStatus) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->CheckFramebufferStatus(1); |
@@ -772,7 +772,7 @@ TEST_F(GLES2ImplementationTest, IsBuffer) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsBuffer(1); |
@@ -791,7 +791,7 @@ TEST_F(GLES2ImplementationTest, IsEnabled) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsEnabled(1); |
@@ -810,7 +810,7 @@ TEST_F(GLES2ImplementationTest, IsFramebuffer) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsFramebuffer(1); |
@@ -829,7 +829,7 @@ TEST_F(GLES2ImplementationTest, IsProgram) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsProgram(1); |
@@ -848,7 +848,7 @@ TEST_F(GLES2ImplementationTest, IsRenderbuffer) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsRenderbuffer(1); |
@@ -867,7 +867,7 @@ TEST_F(GLES2ImplementationTest, IsShader) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsShader(1); |
@@ -886,7 +886,7 @@ TEST_F(GLES2ImplementationTest, IsTexture) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsTexture(1); |
@@ -1679,7 +1679,7 @@ TEST_F(GLES2ImplementationTest, IsVertexArrayOES) { |
expected.cmd.Init(1, result1.id, result1.offset); |
EXPECT_CALL(*command_buffer(), OnFlush()) |
- .WillOnce(SetMemory(result1.ptr, uint32(1))) |
+ .WillOnce(SetMemory(result1.ptr, uint32_t(1))) |
.RetiresOnSaturation(); |
GLboolean result = gl_->IsVertexArrayOES(1); |