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

Unified Diff: ui/android/event_forwarder.h

Issue 2896993002: Route OnDragEvent through ViewAndroid tree (Closed)
Patch Set: +ui/base Created 3 years, 7 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 480ec265538f55ca4bb60cf5151671b47cc5b3ec..ddc02b9f18df4c5edd446d99667c4edadc1e783c 100644
--- a/ui/android/event_forwarder.h
+++ b/ui/android/event_forwarder.h
@@ -70,6 +70,16 @@ class EventForwarder {
jfloat ticks_y,
jfloat pixels_per_tick);
+ void OnDragEvent(JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& jobj,
+ jint action,
+ jint x,
+ jint y,
+ jint screen_x,
+ jint screen_y,
+ const base::android::JavaParamRef<jobjectArray>& j_mimeTypes,
+ const base::android::JavaParamRef<jstring>& j_content);
+
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