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

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: Cleanup. Created 6 years, 12 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..d16b6a6ea4fee9e8674b4a50ddb8ebd93c21ce25 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, double timestamp_in_s);
base::android::ScopedJavaGlobalRef<jobject> touch_event_synthesizer_;

Powered by Google App Engine
This is Rietveld 408576698