| 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 512ca16c33d97cb419d8d0d55cc4e1694389ed2f..82a416c11500c6ce77e51a3113d746ede0063ff8 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc
|
| @@ -3670,14 +3670,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_);
|
| @@ -3689,13 +3682,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_);
|
|
|