| 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..3f03888cd0db05025e76fa77853ad83e79e9bc34 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();
|
| }
|
|
|