| Index: ui/compositor/test/layer_animator_test_controller.cc
|
| diff --git a/ui/compositor/test/layer_animator_test_controller.cc b/ui/compositor/test/layer_animator_test_controller.cc
|
| index befbd442a4b9ea3c6b3ee418b5185769d9ca9f95..9047f6cb88b96ee8bffc106a901956c29024326a 100644
|
| --- a/ui/compositor/test/layer_animator_test_controller.cc
|
| +++ b/ui/compositor/test/layer_animator_test_controller.cc
|
| @@ -48,12 +48,12 @@ void LayerAnimatorTestController::StartThreadedAnimationsIfNeeded() {
|
| element->effective_start_time() != base::TimeTicks())
|
| continue;
|
|
|
| - animator_->OnThreadedAnimationStarted(cc::AnimationEvent(
|
| - cc::AnimationEvent::Started,
|
| - 0,
|
| - element->animation_group_id(),
|
| - threaded_properties[i],
|
| - (gfx::FrameTime::Now() - base::TimeTicks()).InSecondsF()));
|
| + animator_->OnThreadedAnimationStarted(
|
| + cc::AnimationEvent(cc::AnimationEvent::Started,
|
| + 0,
|
| + element->animation_group_id(),
|
| + threaded_properties[i],
|
| + gfx::FrameTime::Now()));
|
| }
|
| }
|
|
|
|
|