Index: content/common/gpu/gpu_command_buffer_stub.h |
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h |
index a99024df0cac8c51000e6a75b36f97913f035336..131a5a03696a8493dae246f2590517b044e4d308 100644 |
--- a/content/common/gpu/gpu_command_buffer_stub.h |
+++ b/content/common/gpu/gpu_command_buffer_stub.h |
@@ -175,6 +175,7 @@ class GpuCommandBufferStub |
void OnSyncPointRetired(); |
void OnSignalSyncPoint(uint32 sync_point, uint32 id); |
void OnSignalSyncPointAck(uint32 id); |
+ void OnSignalQuery(uint32 query, uint32 id); |
void OnReceivedClientManagedMemoryStats(const GpuManagedMemoryStats& stats); |
void OnSetClientHasMemoryAllocationChangedCallback(bool has_callback); |