| Index: cc/animation/animation_player.h
|
| diff --git a/cc/animation/animation_player.h b/cc/animation/animation_player.h
|
| index 0f6bf848df684d7b12f7ceeed69d33813d240635..3665a2381b54ae8da03cc0d26cc269413f6ad3a1 100644
|
| --- a/cc/animation/animation_player.h
|
| +++ b/cc/animation/animation_player.h
|
| @@ -67,7 +67,6 @@
|
| 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);
|
|
|
|
|