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

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

Issue 134123003: Generate proper LatencyInfo components for synthetic gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove InputEvent forward decl 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 14cbe4aaf6485630244e91519c5d36ebccfc9ee7..d5c47aa6bba0c0262acdc441efb75958906fa0e3 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_android.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_android.h
@@ -47,7 +47,7 @@ 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, long time_in_ms);
+ JNIEnv* env, Action action, int pointer_count, int64 time_in_ms);
base::android::ScopedJavaGlobalRef<jobject> touch_event_synthesizer_;

Powered by Google App Engine
This is Rietveld 408576698