| 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 54015dc6900e27628c5fbfbf28d17bef789019f7..a0d997e17c95ca6ea0635a19195b914977ab9336 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_;
|
| };
|
|
|
|
|