| Index: ui/gfx/animation/throb_animation.h
|
| diff --git a/ui/gfx/animation/throb_animation.h b/ui/gfx/animation/throb_animation.h
|
| index 8bea7f8799c019842ef019c3874faf25ac97ed3f..725d07e3c8ebace863f04a094208115971f6b90e 100644
|
| --- a/ui/gfx/animation/throb_animation.h
|
| +++ b/ui/gfx/animation/throb_animation.h
|
| @@ -43,7 +43,7 @@ class GFX_EXPORT ThrobAnimation : public SlideAnimation {
|
|
|
| protected:
|
| // Overriden to continually throb (assuming we're throbbing).
|
| - virtual void Step(base::TimeTicks time_now) OVERRIDE;
|
| + virtual void Step(gfx::FrameTime time_now) OVERRIDE;
|
|
|
| private:
|
| // Resets state such that we behave like SlideAnimation.
|
|
|