|
Add timestamps to synthesized events.
With this CL, synthetic gestures add timestamps to the events they generate.
This allows us to have timestamps that are not necessarily aligned to frame
boundaries. The timestamps are converted to native timestamps by the synthetic
gesture targets.
The synthetic gesture controller passes timestamps instead of intervals to the
gestures.
BUG= 297980
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243299
Total comments: 18
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+268 lines, -205 lines) |
Patch |
 |
M |
content/browser/renderer_host/input/synthetic_gesture.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture_controller.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture_controller.cc
|
View
|
|
2 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc
|
View
|
1
2
|
8 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture_target_android.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_gesture_target_android.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_pinch_gesture.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+23 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_pinch_gesture.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+69 lines, -65 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h
|
View
|
1
2
3
|
2 chunks |
+22 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+81 lines, -58 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_tap_gesture.h
|
View
|
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/synthetic_tap_gesture.cc
|
View
|
|
6 chunks |
+20 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/TouchEventSynthesizer.java
|
View
|
1
2
|
8 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|