| Index: gpu/command_buffer/common/command_buffer_mock.cc
|
| diff --git a/gpu/command_buffer/common/command_buffer_mock.cc b/gpu/command_buffer/common/command_buffer_mock.cc
|
| index d92c2c3b5b9630cf95dbea11b459e91400d5a131..6ed2eee61b56c9e453f261843ca44fbca5cbfe4d 100644
|
| --- a/gpu/command_buffer/common/command_buffer_mock.cc
|
| +++ b/gpu/command_buffer/common/command_buffer_mock.cc
|
| @@ -7,8 +7,6 @@
|
| namespace gpu {
|
|
|
| MockCommandBuffer::MockCommandBuffer() {
|
| - ON_CALL(*this, GetRingBuffer())
|
| - .WillByDefault(testing::Return(Buffer()));
|
| ON_CALL(*this, GetTransferBuffer(testing::_))
|
| .WillByDefault(testing::Return(Buffer()));
|
| }
|
|
|