| Index: chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.h b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| index 3ed0499f962bd25c0e5ca8b1019a45fd4b374576..9df7599291272bfd8a306f7319033bf2c2db1832 100644
|
| --- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h
|
| @@ -71,8 +71,8 @@ class BubbleIconView : public views::InkDropHostView,
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| + std::unique_ptr<views::InkDrop> CreateInkDrop() override;
|
| SkColor GetInkDropBaseColor() const override;
|
| - bool ShouldShowInkDropForFocus() const override;
|
|
|
| // ui::EventHandler:
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|