diff options
Diffstat (limited to 'cc/animation/animation_player.h')
-rw-r--r-- | cc/animation/animation_player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h index d028930..f53c9b6 100644 --- a/cc/animation/animation_player.h +++ b/cc/animation/animation_player.h @@ -68,6 +68,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); |