| Index: ui/gfx/animation/throb_animation.cc
|
| diff --git a/ui/gfx/animation/throb_animation.cc b/ui/gfx/animation/throb_animation.cc
|
| index 0a88aa7d9c43cf374a3a6b8e00f5501b9e8f6b23..054f6813e686389f57753fb58290d7cdb70a3f8b 100644
|
| --- a/ui/gfx/animation/throb_animation.cc
|
| +++ b/ui/gfx/animation/throb_animation.cc
|
| @@ -57,7 +57,7 @@ void ThrobAnimation::SetSlideDuration(int duration) {
|
| slide_duration_ = duration;
|
| }
|
|
|
| -void ThrobAnimation::Step(base::TimeTicks time_now) {
|
| +void ThrobAnimation::Step(gfx::FrameTime time_now) {
|
| LinearAnimation::Step(time_now);
|
|
|
| if (!is_animating() && throbbing_) {
|
|
|