| Index: ui/views/controls/menu/menu_host.h
|
| diff --git a/ui/views/controls/menu/menu_host.h b/ui/views/controls/menu/menu_host.h
|
| index 484b90889320a3c7c05724aacfbab234382db741..01fe990d832e18c23b21d44155388cdf14562879 100644
|
| --- a/ui/views/controls/menu/menu_host.h
|
| +++ b/ui/views/controls/menu/menu_host.h
|
| @@ -78,6 +78,9 @@ class MenuHost : public Widget {
|
| void OnDragWillStart() override;
|
| void OnDragComplete() override;
|
|
|
| + // Parent of the MenuHost widget.
|
| + Widget* owner_ = nullptr;
|
| +
|
| // The view we contain.
|
| SubmenuView* submenu_;
|
|
|
|
|