Index: gpu/command_buffer/common/command_buffer.h |
diff --git a/gpu/command_buffer/common/command_buffer.h b/gpu/command_buffer/common/command_buffer.h |
index 3078bca2ba3af97db63fbdd5ecb9da0180d94cbd..394ccf3c4f7475703e6c9bb1486f308f0b06f45a 100644 |
--- a/gpu/command_buffer/common/command_buffer.h |
+++ b/gpu/command_buffer/common/command_buffer.h |
@@ -137,10 +137,6 @@ class GPU_EXPORT CommandBuffer { |
virtual error::Error GetLastError(); |
#endif |
- // Inserts a sync point, returning its ID. Sync point IDs are global and can |
- // be used for cross-context synchronization. |
- virtual uint32 InsertSyncPoint() = 0; |
- |
private: |
DISALLOW_COPY_AND_ASSIGN(CommandBuffer); |
}; |