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

Unified Diff: mojo/services/native_viewport/android/mojo_viewport.h

Issue 63493002: Wires up MotionEvents for mojo_shell_apk on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 | « no previous file | mojo/services/native_viewport/android/mojo_viewport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/native_viewport/android/mojo_viewport.h
diff --git a/mojo/services/native_viewport/android/mojo_viewport.h b/mojo/services/native_viewport/android/mojo_viewport.h
index 6c60285025ed398352f1f12507a0569363b19b8e..1ee9bdc263792074fd78d771ad54056a15a16e93 100644
--- a/mojo/services/native_viewport/android/mojo_viewport.h
+++ b/mojo/services/native_viewport/android/mojo_viewport.h
@@ -39,6 +39,8 @@ class MojoViewport {
void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
void SurfaceDestroyed(JNIEnv* env, jobject obj);
void SurfaceSetSize(JNIEnv* env, jobject obj, jint width, jint height);
+ bool TouchEvent(JNIEnv* env, jobject obj, jint pointer_id, jint action,
+ jfloat x, jfloat y, jlong time_ms);
private:
~MojoViewport();
« no previous file with comments | « no previous file | mojo/services/native_viewport/android/mojo_viewport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698