| 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 b737e5c6274aeaaf74a3b476a929325602585041..997eeba93a16d5a5f4965f759ff9065b828edc94 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| @@ -3090,7 +3090,7 @@ TEST_F(GLES2ImplementationTest, WaitSyncPointCHROMIUM) {
|
| Cmds expected;
|
| expected.cmd.Init(1);
|
|
|
| - gl_->WaitSyncPointCHROMIUM(1);
|
| + gl_->WaitSyncPointCHROMIUM(1, nullptr);
|
| EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
|
| }
|
| // TODO(zmo): Implement unit test for InsertFenceSyncCHROMIUM
|
|
|