| 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 880418f93c4ec1736309aeb5816309663386f3c3..f7f95a104fab38fe79b265644887f62f48bbfc09 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -56,6 +56,8 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
|
|
|
| AnimationHost* animation_host() const;
|
|
|
| + FakeLayerTreeHostImplClient* client() { return &client_; }
|
| +
|
| private:
|
| FakeLayerTreeHostImplClient client_;
|
| FakeRenderingStatsInstrumentation stats_instrumentation_;
|
|
|