| 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 5cc2b9684c3aa756c6432a8c082b060a923aaf89..c683597e1eacfb47a2b593521969ab4c833186d6 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| @@ -211,15 +211,6 @@ void GLES2DecoderTestBase::InitDecoder(
|
| EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_DONT_CARE))
|
| - .Times(1)
|
| - .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4))
|
| - .Times(1)
|
| - .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4))
|
| - .Times(1)
|
| - .RetiresOnSaturation();
|
|
|
| EXPECT_CALL(*gl_, BindBuffer(GL_ARRAY_BUFFER, 0))
|
| .Times(1)
|
|
|