| 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 de4422627d1e3a2a9c6c8611e9d13fa69ef5ca9f..8825d54f87db1a2857736685f4c39d044dbc116d 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
|
| @@ -64,7 +64,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const override;
|
| void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
|
| - bool ShouldShowInkDropForFocus() const override;
|
| + std::unique_ptr<views::InkDrop> CreateInkDrop() override;
|
| SkColor GetTextColor() const override;
|
| bool ShouldShowLabel() const override;
|
| double WidthMultiplier() const override;
|
|
|