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

Unified Diff: ui/android/event_forwarder.h

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/DEPS ('k') | ui/android/event_forwarder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/event_forwarder.h
diff --git a/ui/android/event_forwarder.h b/ui/android/event_forwarder.h
index 9d9c2c0f9b4ed1cf9597226da1df60d62c1aee53..480ec265538f55ca4bb60cf5151671b47cc5b3ec 100644
--- a/ui/android/event_forwarder.h
+++ b/ui/android/event_forwarder.h
@@ -61,6 +61,15 @@ class EventForwarder {
jint android_meta_state,
jint tool_type);
+ void OnMouseWheelEvent(JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj,
+ jlong time_ms,
+ jfloat x,
+ jfloat y,
+ jfloat ticks_x,
+ jfloat ticks_y,
+ jfloat pixels_per_tick);
+
private:
friend class ViewAndroid;
« no previous file with comments | « ui/android/DEPS ('k') | ui/android/event_forwarder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698