| 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 d9cae6bec581887942bab1e415f66425b982fe0d..0aca4df3fa322e1686f66caaad274effa6358afb 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
|
| @@ -57,6 +57,16 @@ void GLES2DecoderTestBase::SetupInitStateExpectations() {
|
| .RetiresOnSaturation();
|
| }
|
| EXPECT_CALL(*gl_, LineWidth(1.0f)).Times(1).RetiresOnSaturation();
|
| + if (group_->feature_info()->feature_flags().chromium_path_rendering) {
|
| + EXPECT_CALL(*gl_, MatrixLoadfEXT(GL_PATH_MODELVIEW_CHROMIUM, _))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| + }
|
| + if (group_->feature_info()->feature_flags().chromium_path_rendering) {
|
| + EXPECT_CALL(*gl_, MatrixLoadfEXT(GL_PATH_PROJECTION_CHROMIUM, _))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| + }
|
| EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
|
|