| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc (revision 230733)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc (working copy)
|
| @@ -5759,6 +5759,9 @@
|
| EXPECT_CALL(*stream_texture_manager(), LookupStreamTexture(kServiceTextureId))
|
| .WillOnce(Return(&stream_texture))
|
| .RetiresOnSaturation();
|
| + EXPECT_CALL(*gl_, ActiveTexture(GL_TEXTURE0))
|
| + .Times(1)
|
| + .RetiresOnSaturation();
|
| EXPECT_CALL(stream_texture, Update())
|
| .Times(1)
|
| .RetiresOnSaturation();
|
|
|