Index: cc/animation/animation_player.h |
diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h |
index 3665a2381b54ae8da03cc0d26cc269413f6ad3a1..0f6bf848df684d7b12f7ceeed69d33813d240635 100644 |
--- a/cc/animation/animation_player.h |
+++ b/cc/animation/animation_player.h |
@@ -67,6 +67,7 @@ class CC_EXPORT AnimationPlayer : public base::RefCounted<AnimationPlayer>, |
void AddAnimation(scoped_ptr<Animation> animation); |
void PauseAnimation(int animation_id, double time_offset); |
void RemoveAnimation(int animation_id); |
+ void AbortAnimation(int animation_id); |
void PushPropertiesTo(AnimationPlayer* player_impl); |