| 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 7b6d70bd43a8a94ec3abd08a0fa66f887b835a52..d75697e357ece397d810483b6fba5fdac5b75613 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| @@ -1852,9 +1852,10 @@ TEST_F(GLES2ImplementationTest, LoseContextCHROMIUM) {
|
| cmds::LoseContextCHROMIUM cmd;
|
| };
|
| Cmds expected;
|
| - expected.cmd.Init(1, 2);
|
| + expected.cmd.Init(GL_GUILTY_CONTEXT_RESET_ARB, GL_GUILTY_CONTEXT_RESET_ARB);
|
|
|
| - gl_->LoseContextCHROMIUM(1, 2);
|
| + gl_->LoseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
|
| + GL_GUILTY_CONTEXT_RESET_ARB);
|
| EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
|
| }
|
| // TODO: Implement unit test for InsertSyncPointCHROMIUM
|
|
|