| Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| index 843cb91936a809456bb24a9447389426206cf0ae..a2352be17a0afc6357304a7df39773153ac42ae0 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
|
| @@ -2926,7 +2926,7 @@ TEST_F(GLES2ImplementationTest, BeginEndQueryEXT) {
|
| EXPECT_EQ(GL_INVALID_OPERATION, CheckError());
|
|
|
| // Test 2nd Begin/End increments count.
|
| - uint32 old_submit_count = query->submit_count();
|
| + base::subtle::Atomic32 old_submit_count = query->submit_count();
|
| gl_->BeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, id1);
|
| EXPECT_NE(old_submit_count, query->submit_count());
|
| expected_end_cmds.end_query.Init(
|
|
|