Chromium Code Reviews| 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..79c0120a896e1e4ebc94920fa74bab6d21ce8848 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(); |
| + EXPECT_CALL(*gl_, DoLineWidth(1.0f)).Times(1).RetiresOnSaturation(); |
|
piman
2016/11/08 22:20:23
I think the generator picked 'func' for the autoge
Lof
2016/11/09 08:57:11
Done.
|
| if (feature_info_->feature_flags().chromium_path_rendering) { |
| EXPECT_CALL(*gl_, MatrixLoadfEXT(GL_PATH_MODELVIEW_CHROMIUM, _)) |
| .Times(1) |