| 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 e0dd0060fc7d989333735954892089c9b6ae1032..af2e41cffbfb95d3d52d8118d0d61b362b1cf0aa 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
|
| @@ -76,7 +76,7 @@ void GLES2DecoderTestBase::SetupInitStateExpectations(bool es3_capable) {
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| }
|
| - EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation();
|
| + SetupInitStateManualExpectationsForDoLineWidth(1.0f);
|
| if (feature_info_->feature_flags().chromium_path_rendering) {
|
| EXPECT_CALL(*gl_, MatrixLoadfEXT(GL_PATH_MODELVIEW_CHROMIUM, _))
|
| .Times(1)
|
|
|