Index: gpu/command_buffer/client/client_test_helper.cc |
diff --git a/gpu/command_buffer/client/client_test_helper.cc b/gpu/command_buffer/client/client_test_helper.cc |
index 20f30a18bb0623e59adaa66e5459434903f20786..cccfa3b96ef6514a721df917a69b14b584c4fe0b 100644 |
--- a/gpu/command_buffer/client/client_test_helper.cc |
+++ b/gpu/command_buffer/client/client_test_helper.cc |
@@ -109,6 +109,11 @@ void MockCommandBufferBase::SetContextLostReason( |
state_.context_lost_reason = reason; |
} |
+uint32 MockCommandBufferBase::InsertSyncPoint() { |
+ GPU_NOTREACHED(); |
+ return 0; |
+} |
+ |
// GCC requires these declarations, but MSVC requires they not be present |
#ifndef _MSC_VER |
const int32 MockCommandBufferBase::kTransferBufferBaseId; |