| Index: ui/views/controls/menu/menu_controller.cc
|
| diff --git a/ui/views/controls/menu/menu_controller.cc b/ui/views/controls/menu/menu_controller.cc
|
| index 030600f84cc8b37673ff65c744c67c5c68e11f35..4da11ee1ef79b87603743a1588bd7ab46fc67828 100644
|
| --- a/ui/views/controls/menu/menu_controller.cc
|
| +++ b/ui/views/controls/menu/menu_controller.cc
|
| @@ -1154,7 +1154,7 @@ void MenuController::SetSelectionOnPointerDown(SubmenuView* source,
|
| // Remember the time stamp of the current (press down) event. The owner can
|
| // then use this to figure out if this menu was finished with the same click
|
| // which is sent to it thereafter.
|
| - closing_event_time_ = event->time_stamp();
|
| + closing_event_time_ = event->time_stamp() - base::TimeTicks();
|
| // Event wasn't pressed over any menu, or the active menu, cancel.
|
| RepostEventAndCancel(source, event);
|
| // Do not repost events for Linux Aura because this behavior is more
|
|
|