Index: gpu/command_buffer/common/command_buffer_mock.h |
diff --git a/gpu/command_buffer/common/command_buffer_mock.h b/gpu/command_buffer/common/command_buffer_mock.h |
index 1877470a09101c21eed222c0c84b2cf5396b7ec5..b7366f8c47fd7e65587b864d30d3aee3ed06923f 100644 |
--- a/gpu/command_buffer/common/command_buffer_mock.h |
+++ b/gpu/command_buffer/common/command_buffer_mock.h |
@@ -38,6 +38,7 @@ class MockCommandBuffer : public CommandBufferServiceBase { |
MOCK_METHOD1(SetContextLostReason, |
void(error::ContextLostReason context_lost_reason)); |
MOCK_METHOD0(InsertSyncPoint, uint32()); |
+ MOCK_METHOD0(GetPutOffset, int32()); |
private: |
DISALLOW_COPY_AND_ASSIGN(MockCommandBuffer); |