| Index: cc/test/fake_layer_tree_host_impl.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
|
| index 2023411e44e8a7225e1db2a047e4919fb7804f5a..08b3874a8098fea4b72f84bc67d1c4efdab34003 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -26,6 +26,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
|
| using LayerTreeHostImpl::ActivatePendingTree;
|
|
|
| private:
|
| + scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_;
|
| FakeLayerTreeHostImplClient client_;
|
| };
|
|
|
|
|