Chromium Code Reviews| Index: ui/views/widget/native_widget_win.h |
| =================================================================== |
| --- ui/views/widget/native_widget_win.h (revision 244297) |
| +++ ui/views/widget/native_widget_win.h (working copy) |
| @@ -235,6 +235,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. |