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 10affd45206b6164c5e97bd664fb41ed90df9ac6..c45adfc7366adf110f49d9c621b775177e8c28ca 100644 |
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.h |
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.h |
@@ -24,6 +24,7 @@ class BubbleDialogDelegateView; |
} |
// Represents an icon on the omnibox that shows a bubble when clicked. |
+// TODO(spqchan): Convert this to subclass CustomButton. |
class BubbleIconView : public views::InkDropHostView, |
public views::WidgetObserver { |
public: |
@@ -74,6 +75,7 @@ class BubbleIconView : public views::InkDropHostView, |
void AddInkDropLayer(ui::Layer* ink_drop_layer) override; |
void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override; |
std::unique_ptr<views::InkDrop> CreateInkDrop() override; |
+ std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override; |
SkColor GetInkDropBaseColor() const override; |
// ui::EventHandler: |