| Index: app/multi_animation.h
|
| diff --git a/app/multi_animation.h b/app/multi_animation.h
|
| index 2d4ef2c99e68a3026c7d8bb7a48678f84bdc7ce0..0f4b38c98152394b432d05d6773c9f261ad3357f 100644
|
| --- a/app/multi_animation.h
|
| +++ b/app/multi_animation.h
|
| @@ -61,6 +61,7 @@ class MultiAnimation : public Animation {
|
| protected:
|
| // Animation overrides.
|
| virtual void Step(base::TimeTicks time_now);
|
| + virtual void SetStartTime(base::TimeTicks start_time);
|
|
|
| private:
|
| // Returns the part containing the specified time. |time_ms| is reset to be
|
|
|