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 418b728ef8f628f24d7de489c079f175077ccbb9..dc20809011f2d793196fef228d4cd2a4e8a5240c 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -130,6 +130,8 @@ class WebGraphicsContext3DCommandBufferImpl |
virtual void waitSyncPoint(unsigned int sync_point); |
virtual void signalSyncPoint(unsigned sync_point, |
WebGraphicsSyncPointCallback* callback); |
+ virtual void signalQuery(unsigned query, |
+ WebGraphicsSyncPointCallback* callback); |
virtual void reshape(int width, int height); |
virtual void reshapeWithScaleFactor( |