Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
=================================================================== |
--- ui/views/widget/desktop_aura/desktop_root_window_host_win.cc (revision 244237) |
+++ ui/views/widget/desktop_aura/desktop_root_window_host_win.cc (working copy) |
@@ -940,6 +940,11 @@ |
LPARAM l_param) { |
} |
+bool DesktopWindowTreeHostWin::HandleScrollEvent( |
+ const ui::ScrollEvent& event) { |
+ return delegate_->OnHostScrollEvent(const_cast<ui::ScrollEvent*>(&event)); |
+} |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// DesktopWindowTreeHostWin, private: |