Index: ui/views/widget/native_widget_win.cc |
=================================================================== |
--- ui/views/widget/native_widget_win.cc (revision 151481) |
+++ ui/views/widget/native_widget_win.cc (working copy) |
@@ -1650,7 +1650,7 @@ |
} else if (event.type() == ui::ET_MOUSEWHEEL) { |
// Reroute the mouse wheel to the window under the pointer if applicable. |
return (ui::RerouteMouseWheel(hwnd(), w_param, l_param) || |
- delegate_->OnMouseEvent(MouseWheelEvent(msg))) ? 0 : 1; |
+ delegate_->OnMouseEvent(ui::MouseWheelEvent(msg))) ? 0 : 1; |
} |
bool handled = delegate_->OnMouseEvent(event); |