Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: ui/android/view_client.cc

Issue 2770613002: Forward GenericMotionEvent to EventForwarder (Closed)
Patch Set: comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/view_client.h ('k') | ui/events/android/motion_event_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_client.cc
diff --git a/ui/android/view_client.cc b/ui/android/view_client.cc
index 43c8339f16ed0982ca224d1f1fe020277bf17502..44b402594c7696505f5c7630396e7838af337568 100644
--- a/ui/android/view_client.cc
+++ b/ui/android/view_client.cc
@@ -15,4 +15,8 @@ bool ViewClient::OnMouseEvent(const MotionEventAndroid& event) {
return false;
}
+bool ViewClient::OnMouseWheelEvent(const MotionEventAndroid& event) {
+ return false;
+}
+
} // namespace ui
« no previous file with comments | « ui/android/view_client.h ('k') | ui/events/android/motion_event_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698