diff options
Diffstat (limited to 'chrome/common/throb_animation.cc')
-rw-r--r-- | chrome/common/throb_animation.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/throb_animation.cc b/chrome/common/throb_animation.cc index 80ea10e..be7a852 100644 --- a/chrome/common/throb_animation.cc +++ b/chrome/common/throb_animation.cc @@ -43,8 +43,8 @@ void ThrobAnimation::Hide() { SlideAnimation::Hide(); } -void ThrobAnimation::Run() { - SlideAnimation::Run(); +void ThrobAnimation::Step() { + Animation::Step(); if (!IsAnimating() && throbbing_) { // Were throbbing a finished a cycle. Start the next cycle unless we're at // the end of the cycles, in which case we stop. |