Index: gpu/command_buffer/service/test_helper.cc |
=================================================================== |
--- gpu/command_buffer/service/test_helper.cc (revision 202179) |
+++ gpu/command_buffer/service/test_helper.cc (working copy) |
@@ -285,12 +285,6 @@ |
EXPECT_CALL(*gl, GetString(GL_EXTENSIONS)) |
.WillOnce(Return(reinterpret_cast<const uint8*>(extensions))) |
.RetiresOnSaturation(); |
- EXPECT_CALL(*gl, GetString(GL_VENDOR)) |
- .WillOnce(Return(reinterpret_cast<const uint8*>(""))) |
- .RetiresOnSaturation(); |
- EXPECT_CALL(*gl, GetString(GL_RENDERER)) |
- .WillOnce(Return(reinterpret_cast<const uint8*>(""))) |
- .RetiresOnSaturation(); |
EXPECT_CALL(*gl, GetString(GL_VERSION)) |
.WillOnce(Return(reinterpret_cast<const uint8*>(version))) |
.RetiresOnSaturation(); |