Index: cc/animation/layer_animation_controller.h |
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
index 60655c571e45492364a02a53fc9df2f15832db4c..9d92017f22ef1090c3fe922a18dae2f95b6af1d8 100644 |
--- a/cc/animation/layer_animation_controller.h |
+++ b/cc/animation/layer_animation_controller.h |
@@ -46,8 +46,6 @@ class CC_EXPORT LayerAnimationController |
void AddAnimation(scoped_ptr<Animation> animation); |
void PauseAnimation(int animation_id, base::TimeDelta time_offset); |
void RemoveAnimation(int animation_id); |
- void RemoveAnimation(int animation_id, |
- Animation::TargetProperty target_property); |
void AbortAnimation(int animation_id); |
void AbortAnimations(Animation::TargetProperty target_property); |