| 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 f051b335a70ccf4848505efcdc6d8b664c74abee..9683cf5f2756c6988bb8de006c056ad1bbaabc8c 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2606,8 +2606,7 @@ base::TimeDelta LayerTreeHostImpl::LowFrequencyAnimationInterval() const {
|
|
|
| void LayerTreeHostImpl::SendReleaseResourcesRecursive(LayerImpl* current) {
|
| DCHECK(current);
|
| - // TODO(boliu): Rename DidLoseOutputSurface to ReleaseResources.
|
| - current->DidLoseOutputSurface();
|
| + current->ReleaseResources();
|
| if (current->mask_layer())
|
| SendReleaseResourcesRecursive(current->mask_layer());
|
| if (current->replica_layer())
|
|
|