| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| index f3a9763d16f6a1a37ed44d5826a81a0c54d28390..b25e0014f26e75c2a7580c06daef6c074a837968 100644
|
| --- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| +++ b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| @@ -61,6 +61,8 @@ class TabRendererGtk : public AnimationDelegate,
|
| // Used in unit tests to inject specific data.
|
| explicit LoadingAnimation(const LoadingAnimation::Data& data);
|
|
|
| + virtual ~LoadingAnimation();
|
| +
|
| // Advance the loading animation to the next frame, or hide the animation if
|
| // the tab isn't loading. Returns |true| if the icon area needs to be
|
| // repainted.
|
|
|