| Index: cc/animation/element_animations.h | 
| diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h | 
| index de76291a1aa665742550bbe425edb389e03911f5..7a9cd93c83197809e9a71a7149922481d60b9d41 100644 | 
| --- a/cc/animation/element_animations.h | 
| +++ b/cc/animation/element_animations.h | 
| @@ -100,6 +100,9 @@ class CC_EXPORT ElementAnimations : public AnimationDelegate, | 
| void NotifyAnimationFinished(base::TimeTicks monotonic_time, | 
| Animation::TargetProperty target_property, | 
| int group) override; | 
| +  void NotifyAnimationAborted(base::TimeTicks monotonic_time, | 
| +                              Animation::TargetProperty target_property, | 
| +                              int group) override; | 
|  | 
| // LayerAnimationValueProvider implementation. | 
| gfx::ScrollOffset ScrollOffsetForAnimation() const override; | 
|  |