| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc (revision 147879)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc (working copy)
|
| @@ -1205,10 +1205,6 @@
|
| EXPECT_CALL(*gl_, BindBuffer(GL_ARRAY_BUFFER, buffer_id))
|
| .Times(1)
|
| .RetiresOnSaturation();
|
| -
|
| - EXPECT_CALL(*gl_, DisableVertexAttribArray(0))
|
| - .Times(1)
|
| - .RetiresOnSaturation();
|
| }
|
| }
|
|
|
|
|