| Index: ui/android/view_client.h
|
| diff --git a/ui/android/view_client.h b/ui/android/view_client.h
|
| index cf7be4df8ad02f39c70cb29927a5077c1e992ec4..8d313d4348af9fcad4ae07451b4daa88c8c43871 100644
|
| --- a/ui/android/view_client.h
|
| +++ b/ui/android/view_client.h
|
| @@ -21,6 +21,7 @@ class UI_ANDROID_EXPORT ViewClient {
|
| virtual bool OnTouchEvent(const MotionEventAndroid& event,
|
| bool for_touch_handle);
|
| virtual bool OnMouseEvent(const MotionEventAndroid& event);
|
| + virtual bool OnMouseWheelEvent(const MotionEventAndroid& event);
|
| };
|
|
|
| } // namespace ui
|
|
|