Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
index 03b15da8128b12d8ed8223fb00f8f7fa309fae8d..6cbc3186ecb3d514dc58ef974d5fa0040a780935 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -151,7 +151,9 @@ class WebGraphicsContext3DCommandBufferImpl |
virtual bool setParentContext(WebGraphicsContext3D* parent_context); |
virtual unsigned int insertSyncPoint(); |
- virtual void waitSyncPoint(unsigned int); |
+ virtual void waitSyncPoint(unsigned int sync_point); |
+ virtual void signalSyncPoint(unsigned sync_point, |
+ WebGraphicsSyncPointCallback* callback); |
virtual void reshape(int width, int height); |