| Index: chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/ev_bubble_view.h b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| index 18740473a540b91d4363e6829ead8c1a555bc9f0..1e5d74a101009cebf0cf422e34d7220599f88f0b 100644
|
| --- a/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/ev_bubble_view.h
|
| @@ -28,6 +28,7 @@ class EVBubbleView : public IconLabelBubbleView {
|
| bool OnMousePressed(const ui::MouseEvent& event) override;
|
| void OnMouseReleased(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| + void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
|
|
|
| // Returns what the minimum size would be if the label text were |text|.
|
| gfx::Size GetMinimumSizeForLabelText(const base::string16& text) const;
|
|
|