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 3c50f6b20cc2bb5753fc8ee6ef07bab66ff8aae9..258e8217a846ababc37fbf3396832242c51897b9 100644 |
--- a/gpu/command_buffer/client/client_test_helper.cc |
+++ b/gpu/command_buffer/client/client_test_helper.cc |
@@ -130,6 +130,10 @@ void MockClientCommandBuffer::Flush(int32 put_offset) { |
FlushHelper(put_offset); |
} |
+void MockClientCommandBuffer::OrderingBarrier(int32 put_offset) { |
+ FlushHelper(put_offset); |
+} |
+ |
void MockClientCommandBuffer::DelegateToFake() { |
ON_CALL(*this, DestroyTransferBuffer(_)) |
.WillByDefault(Invoke( |