| Index: cc/layers/layer.cc
|
| diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
|
| index 7362df6c5cc3fbacd5acb720e65ce686d0a7d7ee..f25894d2f9ae4bb2c9517fc83fc876ad832b55f8 100644
|
| --- a/cc/layers/layer.cc
|
| +++ b/cc/layers/layer.cc
|
| @@ -1531,9 +1531,9 @@ void Layer::OnIsAnimatingChanged(const PropertyAnimationState& mask,
|
| }
|
| }
|
|
|
| -bool Layer::HasActiveAnimationForTesting() const {
|
| +bool Layer::HasTickingAnimationForTesting() const {
|
| return layer_tree_host_
|
| - ? GetMutatorHost()->HasActiveAnimationForTesting(element_id())
|
| + ? GetMutatorHost()->HasTickingAnimationForTesting(element_id())
|
| : false;
|
| }
|
|
|
|
|