| Index: cc/animation/animation.cc
|
| diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc
|
| index bd5fc68b589d7f48affdb8c2d4a9d5072973cfd1..c0c5e7004cc84b655df2f8f55e5a29f7926199fc 100644
|
| --- a/cc/animation/animation.cc
|
| +++ b/cc/animation/animation.cc
|
| @@ -61,8 +61,8 @@ Animation::Animation(std::unique_ptr<AnimationCurve> curve,
|
| suspended_(false),
|
| is_controlling_instance_(false),
|
| is_impl_only_(false),
|
| - affects_active_observers_(true),
|
| - affects_pending_observers_(true) {}
|
| + affects_active_elements_(true),
|
| + affects_pending_elements_(true) {}
|
|
|
| Animation::~Animation() {
|
| if (run_state_ == RUNNING || run_state_ == PAUSED)
|
|
|