| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc (revision 68245)
|
| +++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc (working copy)
|
| @@ -224,18 +224,6 @@
|
| };
|
|
|
| template <>
|
| -void GLES2DecoderTestBase::SpecializedSetup<GetVertexAttribfv, 0>(bool valid) {
|
| - DoBindBuffer(GL_ARRAY_BUFFER, client_buffer_id_, kServiceBufferId);
|
| - DoVertexAttribPointer(1, 1, GL_FLOAT, 0, 0);
|
| - if (valid) {
|
| - EXPECT_CALL(*gl_, GetError())
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .WillOnce(Return(GL_NO_ERROR))
|
| - .RetiresOnSaturation();
|
| - }
|
| -};
|
| -
|
| -template <>
|
| void GLES2DecoderTestBase::SpecializedSetup<GetVertexAttribiv, 0>(bool valid) {
|
| DoBindBuffer(GL_ARRAY_BUFFER, client_buffer_id_, kServiceBufferId);
|
| DoVertexAttribPointer(1, 1, GL_FLOAT, 0, 0);
|
|
|