Chromium Code Reviews| 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 524fb9525cedfeabefa855b52dad6f68772f4f7d..b23c1028307fc9899f1e5f6f83c2a075a6ac0265 100644 |
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc |
| @@ -109,6 +109,7 @@ ToolbarActionView::~ToolbarActionView() { |
| if (context_menu_owner == this) |
| context_menu_owner = nullptr; |
| view_controller_->SetDelegate(nullptr); |
| + SetInkDropDelegate(scoped_ptr<views::InkDropDelegate>()); |
|
Devlin
2015/12/08 16:56:37
Would it be better to move this to the CustomButto
varkha
2015/12/08 17:09:15
Would be nice but this is exactly what this CL is
Devlin
2015/12/08 17:33:39
Ah, gotcha. Well, that's disappointing.
So, let'
varkha
2015/12/08 19:00:50
Yeah, I've tried it before and initially rejected
Devlin
2015/12/08 19:44:06
My hope was that if ToolbarActionView owns the Ink
|
| } |
| void ToolbarActionView::GetAccessibleState(ui::AXViewState* state) { |