Index: gpu/command_buffer/client/client_test_helper.h |
diff --git a/gpu/command_buffer/client/client_test_helper.h b/gpu/command_buffer/client/client_test_helper.h |
index 06121da31c1b899d11bbf0da0b7ae9d4546d5b69..dd656a2b0477dd9aa6c520b1456c8be356a2fa4c 100644 |
--- a/gpu/command_buffer/client/client_test_helper.h |
+++ b/gpu/command_buffer/client/client_test_helper.h |
@@ -38,6 +38,7 @@ class MockCommandBufferBase : public CommandBuffer { |
virtual void SetToken(int32 token) OVERRIDE; |
virtual void SetParseError(error::Error error) OVERRIDE; |
virtual void SetContextLostReason(error::ContextLostReason reason) OVERRIDE; |
+ virtual uint32 InsertSyncPoint() OVERRIDE; |
// Get's the Id of the next transfer buffer that will be returned |
// by CreateTransferBuffer. This is useful for testing expected ids. |