| Index: cc/animation/element_animations.cc
|
| diff --git a/cc/animation/element_animations.cc b/cc/animation/element_animations.cc
|
| index ae6fd01e4caaaaa97d92bb289d03b5a46d5f92ce..f8a7e9e9bef15e53dfa6504c74bc2f24867d0169 100644
|
| --- a/cc/animation/element_animations.cc
|
| +++ b/cc/animation/element_animations.cc
|
| @@ -138,7 +138,7 @@ void ElementAnimations::SetNeedsPushProperties() {
|
| }
|
|
|
| void ElementAnimations::PushPropertiesTo(
|
| - scoped_refptr<ElementAnimations> element_animations_impl) {
|
| + scoped_refptr<ElementAnimations> element_animations_impl) const {
|
| DCHECK_NE(this, element_animations_impl);
|
|
|
| if (!needs_push_properties_)
|
| @@ -155,7 +155,6 @@ void ElementAnimations::PushPropertiesTo(
|
| needs_update_impl_client_state_ = false;
|
|
|
| element_animations_impl->UpdateActivation(ActivationType::NORMAL);
|
| - UpdateActivation(ActivationType::NORMAL);
|
| }
|
|
|
| void ElementAnimations::Animate(base::TimeTicks monotonic_time) {
|
|
|