Index: ui/views/controls/menu/menu_host_root_view.cc |
diff --git a/ui/views/controls/menu/menu_host_root_view.cc b/ui/views/controls/menu/menu_host_root_view.cc |
index 56086ea1cf6789b6b0699e34d4270d60e2d8275a..5a6c0e7749b0544e4ea6c08b270dcc8d3add5217 100644 |
--- a/ui/views/controls/menu/menu_host_root_view.cc |
+++ b/ui/views/controls/menu/menu_host_root_view.cc |
@@ -63,6 +63,7 @@ bool MenuHostRootView::OnMouseWheel(const MouseWheelEvent& event) { |
} |
ui::GestureStatus MenuHostRootView::OnGestureEvent(const GestureEvent& event) { |
+ RootView::OnGestureEvent(event); |
// ChromeOS uses MenuController to forward events like other |
// mouse events. |
if (!GetMenuController()) |