Index: chrome/browser/ui/views/toolbar/toolbar_action_view.h |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.h b/chrome/browser/ui/views/toolbar/toolbar_action_view.h |
index ad20695269b4ea6844b1597e8b0580e2bfb6a5d5..79163e2701bbdbc50cc0116e4a1f56791f4a9cd4 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.h |
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.h |
@@ -74,7 +74,7 @@ class ToolbarActionView : public views::MenuButton, |
const override; |
bool IsTriggerableEvent(const ui::Event& event) override; |
SkColor GetInkDropBaseColor() const override; |
- bool ShouldShowInkDropHighlight() const override; |
+ std::unique_ptr<views::InkDrop> CreateInkDrop() override; |
// ToolbarActionViewDelegateViews: |
content::WebContents* GetCurrentWebContents() const override; |