Index: content/common/gpu/gpu_command_buffer_stub.cc |
diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc |
index 2de52e9ece00eb16f0d2c367812c45309115829a..96676bf560fb08f36abb93397e459d2f985a0632 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.cc |
+++ b/content/common/gpu/gpu_command_buffer_stub.cc |
@@ -791,6 +791,10 @@ void GpuCommandBufferStub::SendConsoleMessage( |
Send(msg); |
} |
+void GpuCommandBufferStub::SendUpdateVSyncTime(int64 time) { |
+ Send(new GpuCommandBufferMsg_UpdateVSyncTime(route_id_, time)); |
+} |
+ |
void GpuCommandBufferStub::AddDestructionObserver( |
DestructionObserver* observer) { |
destruction_observers_.AddObserver(observer); |