Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 49713d2e88c99380123cb1184e7e36ee9ae97a41..67918432a947458b34bb77cac9219b144ff156fa 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -96,7 +96,10 @@ class CC_EXPORT ThreadProxy : public Proxy, |
struct ReadbackRequest; |
struct CompositorThreadOnly { |
- CompositorThreadOnly(ThreadProxy* proxy, int layer_tree_host_id); |
+ CompositorThreadOnly( |
+ ThreadProxy* proxy, |
+ int layer_tree_host_id, |
+ RenderingStatsInstrumentation* rendering_stats_instrumentation); |
~CompositorThreadOnly(); |
const int layer_tree_host_id; |