| Index: chrome/browser/gtk/slide_animator_gtk.h
|
| diff --git a/chrome/browser/gtk/slide_animator_gtk.h b/chrome/browser/gtk/slide_animator_gtk.h
|
| index dabdd70b82aefb857576613f76d6041ed6121f43..8028367311b34e712cd7f99c751934083989ae84 100644
|
| --- a/chrome/browser/gtk/slide_animator_gtk.h
|
| +++ b/chrome/browser/gtk/slide_animator_gtk.h
|
| @@ -83,8 +83,8 @@ class SlideAnimatorGtk : public AnimationDelegate {
|
| bool IsAnimating();
|
|
|
| // AnimationDelegate implementation.
|
| - void AnimationProgressed(const Animation* animation);
|
| - void AnimationEnded(const Animation* animation);
|
| + virtual void AnimationProgressed(const Animation* animation);
|
| + virtual void AnimationEnded(const Animation* animation);
|
|
|
| // Used during testing; disable or enable animations (default is enabled).
|
| static void SetAnimationsForTesting(bool enable);
|
|
|