Index: cc/animation/animation_events.cc |
diff --git a/cc/animation/animation_events.cc b/cc/animation/animation_events.cc |
index 95b0e071a21779a29cf3eaad8d6f6ff9bb4213b1..40a9031e7c6d4f3fdca166016d41d47e33def246 100644 |
--- a/cc/animation/animation_events.cc |
+++ b/cc/animation/animation_events.cc |
@@ -10,7 +10,7 @@ AnimationEvent::AnimationEvent(AnimationEvent::Type type, |
int layer_id, |
int group_id, |
Animation::TargetProperty target_property, |
- double monotonic_time) |
+ base::TimeTicks monotonic_time) |
: type(type), |
layer_id(layer_id), |
group_id(group_id), |