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 6b781f8d2cf932bc0f3ab5eca56463e62dbd77c3..b70db9e2eacbb68ecd5f0e9f5d97d5c53c5b0a26 100644 |
--- a/gpu/command_buffer/service/gpu_control_service.h |
+++ b/gpu/command_buffer/service/gpu_control_service.h |
@@ -30,6 +30,9 @@ class GPU_EXPORT GpuControlService : public GpuControl { |
unsigned internalformat, |
int32* id) OVERRIDE; |
virtual void DestroyGpuMemoryBuffer(int32 id) 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. |