| 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 7f8f33adc35853c4087318806f78bf40d22cce42..c3dae045eaaa2b753d1f14417d70aeee7052576c 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
|
| @@ -67,6 +67,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| void OnMouseReleased(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
|
| + bool ShouldShowInkDropForFocus() const override;
|
| SkColor GetTextColor() const override;
|
| SkColor GetBorderColor() const override;
|
| bool ShouldShowBackground() const override;
|
|
|