| 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 860d90342068130fd763e429102cf0cfb39f274c..e7435c57029acdb93ccc40dab457581c793d6d6c 100644
|
| --- a/ui/compositor/test/layer_animator_test_controller.cc
|
| +++ b/ui/compositor/test/layer_animator_test_controller.cc
|
| @@ -5,7 +5,6 @@
|
| #include "cc/animation/animation.h"
|
| #include "ui/compositor/layer_animation_sequence.h"
|
| #include "ui/compositor/test/layer_animator_test_controller.h"
|
| -#include "ui/gfx/frame_time.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace ui {
|
| @@ -50,7 +49,7 @@ void LayerAnimatorTestController::StartThreadedAnimationsIfNeeded() {
|
|
|
| animator_->OnThreadedAnimationStarted(cc::AnimationEvent(
|
| cc::AnimationEvent::STARTED, 0, element->animation_group_id(),
|
| - threaded_properties[i], gfx::FrameTime::Now()));
|
| + threaded_properties[i], base::TimeTicks::Now()));
|
| }
|
| }
|
|
|
|
|