| Index: chrome/browser/ui/autofill/loading_animation.cc
|
| diff --git a/chrome/browser/ui/autofill/loading_animation.cc b/chrome/browser/ui/autofill/loading_animation.cc
|
| index 800ff3de8240b80c74c0aa492435724ead5a5c78..d66dfee6170903bfd81129009a156b1a59ae2a1d 100644
|
| --- a/chrome/browser/ui/autofill/loading_animation.cc
|
| +++ b/chrome/browser/ui/autofill/loading_animation.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "ui/gfx/animation/tween.h"
|
| +#include "ui/gfx/frame_time.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -21,7 +22,7 @@ LoadingAnimation::LoadingAnimation(gfx::AnimationDelegate* delegate)
|
|
|
| LoadingAnimation::~LoadingAnimation() {}
|
|
|
| -void LoadingAnimation::Step(base::TimeTicks time_now) {
|
| +void LoadingAnimation::Step(gfx::FrameTime time_now) {
|
| LinearAnimation::Step(time_now);
|
|
|
| if (!is_animating()) {
|
|
|