| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index f5142f925e413404df06c65b195e438a4373a812..3dd0e6e97cf8ca8f1afc162f7e8988afb7ba7741 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -296,6 +296,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| const LayerTreeImpl* active_tree() const { return active_tree_.get(); }
|
| LayerTreeImpl* pending_tree() { return pending_tree_.get(); }
|
| const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); }
|
| + LayerTreeImpl* recycle_tree() { return recycle_tree_.get(); }
|
| const LayerTreeImpl* recycle_tree() const { return recycle_tree_.get(); }
|
| // Returns the tree LTH synchronizes with.
|
| LayerTreeImpl* sync_tree() {
|
|
|