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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_android.h

Issue 119323007: Add timestamps to synthesized events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove target variables in pinch; fix computation of total duration. Created 6 years, 11 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
Index: content/browser/renderer_host/input/synthetic_gesture_target_android.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_android.h b/content/browser/renderer_host/input/synthetic_gesture_target_android.h
index b8c5a5d8142922665bcceb0bc3bd9482315c4c77..14cbe4aaf6485630244e91519c5d36ebccfc9ee7 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_android.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_android.h
@@ -46,7 +46,8 @@ class SyntheticGestureTargetAndroid : public SyntheticGestureTargetBase {
};
void TouchSetPointer(JNIEnv* env, int index, int x, int y, int id);
- void TouchInject(JNIEnv* env, Action action, int pointer_count);
+ void TouchInject(
+ JNIEnv* env, Action action, int pointer_count, long time_in_ms);
base::android::ScopedJavaGlobalRef<jobject> touch_event_synthesizer_;

Powered by Google App Engine
This is Rietveld 408576698