Index: ui/views/widget/native_widget_win.h |
=================================================================== |
--- ui/views/widget/native_widget_win.h (revision 244237) |
+++ ui/views/widget/native_widget_win.h (working copy) |
@@ -236,6 +236,7 @@ |
virtual void PostHandleMSG(UINT message, |
WPARAM w_param, |
LPARAM l_param) OVERRIDE; |
+ virtual bool HandleScrollEvent(const ui::ScrollEvent& event) OVERRIDE; |
// The TooltipManager. This is NULL if there is a problem creating the |
// underlying tooltip window. |