| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| index 65c8c28ba01748f31e876f52459202144d605041..f3b68b849731c56343931c3e348cbfdd525ef03e 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| @@ -3756,14 +3756,7 @@ TEST_P(GLES2DecoderTest, ImplementationReadColorFormatAndType) {
|
| EXPECT_CALL(*gl_, GetError())
|
| .WillOnce(Return(GL_NO_ERROR))
|
| .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, CheckFramebufferStatusEXT(_))
|
| - .WillOnce(Return(GL_FRAMEBUFFER_COMPLETE))
|
| .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, GetIntegerv(_, _)).Times(1).RetiresOnSaturation();
|
| cmd.Init(GL_IMPLEMENTATION_COLOR_READ_FORMAT,
|
| shared_memory_id_,
|
| shared_memory_offset_);
|
| @@ -3775,13 +3768,7 @@ TEST_P(GLES2DecoderTest, ImplementationReadColorFormatAndType) {
|
| EXPECT_CALL(*gl_, GetError())
|
| .WillOnce(Return(GL_NO_ERROR))
|
| .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| .RetiresOnSaturation();
|
| - EXPECT_CALL(*gl_, CheckFramebufferStatusEXT(_))
|
| - .Times(0);
|
| - EXPECT_CALL(*gl_, GetIntegerv(_, _)).Times(1).RetiresOnSaturation();
|
| cmd.Init(GL_IMPLEMENTATION_COLOR_READ_TYPE,
|
| shared_memory_id_,
|
| shared_memory_offset_);
|
|
|