| Index: cc/animation/animation_player.h | 
| diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h | 
| index f53c9b666fcd790539e2b6c6d2ec5f26f72d5bd6..e61b3f7a8ea3e70f1cd34cf9d1a0285cb3fc960f 100644 | 
| --- a/cc/animation/animation_player.h | 
| +++ b/cc/animation/animation_player.h | 
| @@ -79,6 +79,9 @@ class CC_EXPORT AnimationPlayer : public base::RefCounted<AnimationPlayer>, | 
| void NotifyAnimationFinished(base::TimeTicks monotonic_time, | 
| Animation::TargetProperty target_property, | 
| int group); | 
| +  void NotifyAnimationAborted(base::TimeTicks monotonic_time, | 
| +                              Animation::TargetProperty target_property, | 
| +                              int group); | 
|  | 
| private: | 
| friend class base::RefCounted<AnimationPlayer>; | 
|  |