diff options
Diffstat (limited to 'ui/views/view.cc')
-rw-r--r-- | ui/views/view.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/views/view.cc b/ui/views/view.cc index 9541ab5..d200d03 100644 --- a/ui/views/view.cc +++ b/ui/views/view.cc @@ -846,6 +846,10 @@ bool View::OnMouseWheel(const MouseWheelEvent& event) { return false; } +bool View::OnScrollEvent(const ScrollEvent& event) { + return false; +} + ui::TextInputClient* View::GetTextInputClient() { return NULL; } |