| 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 8d9b9ff4f7210674e73ccbb769567c41e110b9ea..ffa93bedc2a36d7dde4d664e89124b7ad4a7fa92 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.h
|
| @@ -76,6 +76,7 @@ class ToolbarActionView : public views::MenuButton,
|
| bool ShouldEnterPushedState(const ui::Event& event) override;
|
| void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
|
| + bool ShouldShowInkDropHover() const override;
|
|
|
| // ToolbarActionViewDelegateViews:
|
| content::WebContents* GetCurrentWebContents() const override;
|
|
|