Index: ui/views/controls/menu/menu_host_root_view.h |
diff --git a/ui/views/controls/menu/menu_host_root_view.h b/ui/views/controls/menu/menu_host_root_view.h |
index 16f59efcf9384ad1769dc3743cdd829a0c06337e..640ff6c882d05c300f45262bdad447845424e1f5 100644 |
--- a/ui/views/controls/menu/menu_host_root_view.h |
+++ b/ui/views/controls/menu/menu_host_root_view.h |
@@ -31,10 +31,10 @@ class MenuHostRootView : public internal::RootView { |
virtual void OnMouseMoved(const ui::MouseEvent& event) OVERRIDE; |
virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE; |
- // Overridden from internal::RootView: |
- virtual void DispatchGestureEvent(ui::GestureEvent* e) OVERRIDE; |
- |
private: |
+ // ui::EventProcessor: |
+ virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE; |
+ |
// Returns the MenuController for this MenuHostRootView. |
MenuController* GetMenuController(); |