| 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 616e2e0a601b77375088b539aae1db91df8332bf..2b8d6ba5a314d78aeba4000f482005f9eeb66c6f 100644
|
| --- a/ui/views/controls/menu/menu_host_root_view.h
|
| +++ b/ui/views/controls/menu/menu_host_root_view.h
|
| @@ -32,7 +32,7 @@ class MenuHostRootView : public internal::RootView {
|
| virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
|
|
|
| // Overridden from internal::RootView:
|
| - virtual ui::EventResult DispatchGestureEvent(ui::GestureEvent* e) OVERRIDE;
|
| + virtual void DispatchGestureEvent(ui::GestureEvent* e) OVERRIDE;
|
|
|
| private:
|
| // Returns the MenuController for this MenuHostRootView.
|
|
|