Index: gpu/command_buffer/common/command_buffer_mock.cc |
=================================================================== |
--- gpu/command_buffer/common/command_buffer_mock.cc (revision 113511) |
+++ gpu/command_buffer/common/command_buffer_mock.cc (working copy) |
@@ -7,6 +7,8 @@ |
namespace gpu { |
MockCommandBuffer::MockCommandBuffer() { |
+ ON_CALL(*this, GetRingBuffer()) |
+ .WillByDefault(testing::Return(Buffer())); |
ON_CALL(*this, GetTransferBuffer(testing::_)) |
.WillByDefault(testing::Return(Buffer())); |
} |