| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| index 3eb5acb7279fced3a929f0839a2cfe1da1e46b9a..1131acd07a538c5596be94f05fbc2d37696d6ac5 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h
|
| @@ -51,6 +51,9 @@ void GLES2DecoderTestBase::SetupInitStateExpectations() {
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation();
|
| + EXPECT_CALL(*gl_, PathStencilFuncNV(GL_ALWAYS, 0, 0xFFFFFFFFU))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
|
|