| Index: cc/test/fake_layer_tree_host.h
|
| diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
|
| index 14c605ac266e2526bdb7875bf40960ec22649819..f256adee0c2407b7a4324956adec2bc145561204 100644
|
| --- a/cc/test/fake_layer_tree_host.h
|
| +++ b/cc/test/fake_layer_tree_host.h
|
| @@ -62,6 +62,9 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
|
| PropertyTrees* property_trees() const {
|
| return layer_tree_->property_trees();
|
| }
|
| + PropertyTrees* test_property_trees_with_new_clip_tree() const {
|
| + return layer_tree_->test_property_trees_with_new_clip_tree();
|
| + }
|
| void BuildPropertyTreesForTesting() {
|
| layer_tree_->BuildPropertyTreesForTesting();
|
| }
|
|
|