| Index: cc/animation/element_animations.cc
|
| diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc
|
| index f8a7e9e9bef15e53dfa6504c74bc2f24867d0169..8b51971bb8ada5da832bb1e8b3c39f6a17148514 100644
|
| --- a/cc/animation/element_animations.cc
|
| +++ b/cc/animation/element_animations.cc
|
| @@ -373,7 +373,7 @@ void ElementAnimations::UpdateActivation(ActivationType type) {
|
| }
|
| }
|
|
|
| - if (is_active_ && (!was_active || force)) {
|
| + if (is_active_ && ((!was_active && has_element_in_any_list()) || force)) {
|
| animation_host_->DidActivateElementAnimations(this);
|
| } else if (!is_active_ && (was_active || force)) {
|
| // Resetting last_tick_time_ here ensures that calling ::UpdateState
|
|
|