Index: cc/animation/layer_animation_controller.h |
diff --git a/cc/animation/layer_animation_controller.h b/cc/animation/layer_animation_controller.h |
index bb75107f8938528c38d3bfae95ee38f8efb7f944..9562c0a2db092eb90c28d0fb256f7551fff28fc1 100644 |
--- a/cc/animation/layer_animation_controller.h |
+++ b/cc/animation/layer_animation_controller.h |
@@ -83,10 +83,8 @@ class CC_EXPORT LayerAnimationController |
void SetAnimationRegistrar(AnimationRegistrar* registrar); |
AnimationRegistrar* animation_registrar() { return registrar_; } |
- void NotifyAnimationStarted(const AnimationEvent& event, |
- double wall_clock_time); |
- void NotifyAnimationFinished(const AnimationEvent& event, |
- double wall_clock_time); |
+ void NotifyAnimationStarted(const AnimationEvent& event); |
+ void NotifyAnimationFinished(const AnimationEvent& event); |
void NotifyAnimationAborted(const AnimationEvent& event); |
void NotifyAnimationPropertyUpdate(const AnimationEvent& event); |