Index: ui/views/win/hwnd_message_handler_delegate.h |
=================================================================== |
--- ui/views/win/hwnd_message_handler_delegate.h (revision 244237) |
+++ ui/views/win/hwnd_message_handler_delegate.h (working copy) |
@@ -237,6 +237,10 @@ |
WPARAM w_param, |
LPARAM l_param) = 0; |
+ // Called when a scroll event is received. Returns true if the event was |
+ // handled by the delegate. |
+ virtual bool HandleScrollEvent(const ui::ScrollEvent& event) = 0; |
+ |
protected: |
virtual ~HWNDMessageHandlerDelegate() {} |
}; |