| Index: ui/views/controls/menu/menu_controller.h
|
| diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
|
| index 3741f762a975dab3f5a1b4662e7df6bca23f1e9a..dc21826d6d457c0c926c8cbd635b37dfff1d8da3 100644
|
| --- a/ui/views/controls/menu/menu_controller.h
|
| +++ b/ui/views/controls/menu/menu_controller.h
|
| @@ -243,6 +243,10 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
|
| // The selected menu item.
|
| MenuItemView* item;
|
|
|
| + // Used to capture a hot tracked child button when a nested menu is opened
|
| + // and to restore the hot tracked state when exiting a nested menu.
|
| + CustomButton* hot_button;
|
| +
|
| // If item has a submenu this indicates if the submenu is showing.
|
| bool submenu_open;
|
|
|
| @@ -678,7 +682,7 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
|
| // screen coordinates). Otherwise this will be (0, 0).
|
| gfx::Point menu_start_mouse_press_loc_;
|
|
|
| - // Controls behviour differences between an asynchronous run, and other types
|
| + // Controls behaviour differences between an asynchronous run, and other types
|
| // of run (blocking, drag and drop).
|
| bool async_run_;
|
|
|
|
|