Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc |
=================================================================== |
--- gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc (revision 250145) |
+++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc (working copy) |
@@ -1253,9 +1253,6 @@ |
link_cmd.Init(program_client_id); |
EXPECT_EQ(error::kNoError, ExecuteCmd(link_cmd)); |
- |
- // Assume the next command will be UseProgram. |
- SetupExpectationsForClearingUniforms(uniforms, num_uniforms); |
} |
void GLES2DecoderTestBase::DoEnableVertexAttribArray(GLint index) { |