Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 30f967f0881b38cdcd6582e90fa77a1ae011c706..8d0c98e14334430077fa2baafe73484301ecf15e 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -157,6 +157,9 @@ class GpuChannel : public IPC::Listener, |
int32 primary_id, int32 secondary_id); |
#endif |
+ // Collect rendering stats for all command buffers. |
+ void OnCollectRenderingStats(IPC::Message* reply_message); |
+ |
// The lifetime of objects of this class is managed by a GpuChannelManager. |
// The GpuChannelManager destroy all the GpuChannels that they own when they |
// are destroyed. So a raw pointer is safe. |