| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| index a6beed464000b9ef00d339bf9f39f2ed7bb1caa1..4871a5baaf343ca8331742cb9acef32f090550ea 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| @@ -65,6 +65,8 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| SkColor GetBorderColor() const override;
|
| bool ShouldShowBackground() const override;
|
| double WidthMultiplier() const override;
|
| + void StopAnimation() override;
|
| + bool IsShrinking() const override;
|
|
|
| // gfx::AnimationDelegate:
|
| void AnimationEnded(const gfx::Animation* animation) override;
|
|
|