| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 206ec60776699eaec2688670de3c7543318614d6..a181643b7ca7a987346a4e1421e4b29320a5e625 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -747,13 +747,6 @@ LayerImpl* LayerTreeImpl::FindPendingTreeLayerById(int id) {
|
| return tree->LayerById(id);
|
| }
|
|
|
| -LayerImpl* LayerTreeImpl::FindRecycleTreeLayerById(int id) {
|
| - LayerTreeImpl* tree = layer_tree_host_impl_->recycle_tree();
|
| - if (!tree)
|
| - return NULL;
|
| - return tree->LayerById(id);
|
| -}
|
| -
|
| bool LayerTreeImpl::PinchGestureActive() const {
|
| return layer_tree_host_impl_->pinch_gesture_active();
|
| }
|
|
|