| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 2f70262d5baae6b70d3ac63491817e1b9cb1ec90..0620e499d0041743e36f672bf6e01b8e5c25caf3 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1196,7 +1196,7 @@ void LayerTreeHostImpl::BlockNotifyReadyToActivateForTesting(bool block) {
|
| NOTREACHED();
|
| }
|
|
|
| -void LayerTreeHostImpl::ResetTreesForTesting() {
|
| +void LayerTreeHostImpl::ResetTrees() {
|
| if (active_tree_)
|
| active_tree_->DetachLayers();
|
| active_tree_ =
|
|
|