Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index dd21c007195f9d0e9f788f87e228e656ac185ec1..a28068e6a1e7aae0f33e281ef3d9238c859ce2ce 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -97,7 +97,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; |