| Index: ui/views/controls/menu/menu_host_root_view.h
|
| ===================================================================
|
| --- ui/views/controls/menu/menu_host_root_view.h (revision 151481)
|
| +++ ui/views/controls/menu/menu_host_root_view.h (working copy)
|
| @@ -29,8 +29,9 @@
|
| virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseMoved(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual bool OnMouseWheel(const MouseWheelEvent& event) OVERRIDE;
|
| - virtual ui::GestureStatus OnGestureEvent(const GestureEvent& event) OVERRIDE;
|
| + virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
| + virtual ui::GestureStatus OnGestureEvent(
|
| + const ui::GestureEvent& event) OVERRIDE;
|
|
|
| private:
|
| // Returns the MenuController for this MenuHostRootView.
|
|
|