Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index 75ac792b19c5d958089c8e1bde8ab6be0c665030..15008f709ae1efc2f28ac6e431b5d91ab5eb79c8 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -165,6 +165,9 @@ class GpuCommandBufferStub |
// Sends a message to the console. |
void SendConsoleMessage(int32 id, const std::string& message); |
+ // Sends a message with the given time. |
+ void SendUpdateVSyncTime(int64 time); |
+ |
gfx::GLSurface* surface() const { return surface_; } |
void AddDestructionObserver(DestructionObserver* observer); |