| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| index b1ed1dfaf390f28b4d09e67ff880e4acf41d2ffa..f644c893a8f7cbd8ff1ed73f9a6716fc172beb3a 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| @@ -146,11 +146,6 @@ void GLES2DecoderTestBase::InitDecoderWithCommandLine(
|
| EXPECT_TRUE(
|
| group_->Initialize(mock_decoder_.get(), DisallowedFeatures()));
|
|
|
| - if (group_->feature_info()->feature_flags().native_vertex_array_object) {
|
| - EXPECT_CALL(*gl_, GenVertexArraysOES(1, _)).Times(1).RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, BindVertexArrayOES(_)).Times(1).RetiresOnSaturation();
|
| - }
|
| -
|
| if (group_->feature_info()->workarounds().init_vertex_attributes)
|
| AddExpectationsForVertexAttribManager();
|
|
|
|
|