| 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 496bd1e419a31a9b750603792c770a532095786a..d6dd2c5e903974a5f38a2f65f751802239361eee 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -296,7 +296,6 @@
|
| 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() {
|
|
|