| Index: chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| index bde5436664b0b9157dd9b2c634475878e0871cd7..cc7ddd4a7f7d8604a9b1d5bb304a1b0316637a66 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
|
| @@ -133,6 +133,11 @@ void ToolbarActionView::RemoveInkDropLayer(ui::Layer* ink_drop_layer) {
|
| image()->SetPaintToLayer(false);
|
| }
|
|
|
| +bool ToolbarActionView::ShouldShowInkDropHover() const {
|
| + return !delegate_->ShownInsideMenu() &&
|
| + views::MenuButton::ShouldShowInkDropHover();
|
| +}
|
| +
|
| content::WebContents* ToolbarActionView::GetCurrentWebContents() const {
|
| return delegate_->GetCurrentWebContents();
|
| }
|
|
|