| 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 497cb92e9cb98971966ca750f86c7b6fcd579ba2..611b2de8cc9b9b18d71d4196b2800062570df680 100644
|
| --- a/ui/compositor/test/layer_animator_test_controller.cc
|
| +++ b/ui/compositor/test/layer_animator_test_controller.cc
|
| @@ -50,9 +50,9 @@ 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], base::TimeTicks::Now()));
|
| + animator_->OnThreadedAnimationStarted(base::TimeTicks::Now(),
|
| + threaded_properties[i],
|
| + element->animation_group_id());
|
| }
|
| }
|
|
|
|
|