| Index: chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| index 2d89d046d3e17d7949e193790bed0b13a223e171..7a20c14e450af97cb350cf339f11eccda2b28bfd 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/security_state_bubble_decoration.h
|
| @@ -55,6 +55,9 @@ class SecurityStateBubbleDecoration : public BubbleDecoration,
|
| // Returns true if the chip is in the process of animating out.
|
| bool AnimatingOut() const;
|
|
|
| + // Resets the animation.
|
| + void ResetAnimation();
|
| +
|
| // LocationBarDecoration:
|
| CGFloat GetWidthForSpace(CGFloat width) override;
|
| void DrawInFrame(NSRect frame, NSView* control_view) override;
|
|
|