Index: ui/base/animation/throb_animation.h |
diff --git a/ui/base/animation/throb_animation.h b/ui/base/animation/throb_animation.h |
index 46aae2ffb2ce36843e023022c0e143fad2e589a8..a30b1bb961efefaf6efdaf111e3837ea85b8f0a2 100644 |
--- a/ui/base/animation/throb_animation.h |
+++ b/ui/base/animation/throb_animation.h |
@@ -31,6 +31,7 @@ class UI_EXPORT ThrobAnimation : public SlideAnimation { |
// Overridden to reset to the slide duration. |
virtual void Reset() OVERRIDE; |
+ virtual void Reset(double value) OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |