Index: gpu/command_buffer/service/gpu_control_service.h |
diff --git a/gpu/command_buffer/service/gpu_control_service.h b/gpu/command_buffer/service/gpu_control_service.h |
index 1dce9d1e224997c244ac2197bfed9c13e9bad626..c5cad4998992c6030af3428dcb9f0ce189b19539 100644 |
--- a/gpu/command_buffer/service/gpu_control_service.h |
+++ b/gpu/command_buffer/service/gpu_control_service.h |
@@ -37,6 +37,9 @@ class GPU_EXPORT GpuControlService : public GpuControl { |
virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE; |
virtual bool GenerateMailboxNames(unsigned num, |
std::vector<gpu::Mailbox>* names) OVERRIDE; |
+ virtual uint32 InsertSyncPoint() OVERRIDE; |
+ virtual void SignalSyncPoint(uint32 sync_point, |
+ const base::Closure& callback) OVERRIDE; |
// Register an existing gpu memory buffer and get an ID that can be used |
// to identify it in the command buffer. |