|
[Android] Map raw touch coordinates to global gesture locations
With r277082, raw touch locations are now exposed to the gesture detector.
Plumb these raw locations into the generated gesture events, in turn populating
the WebGestureEvent.global{X,Y} properties.
BUG= 383690
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278672
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+186 lines, -108 lines) |
Patch |
 |
M |
content/browser/renderer_host/input/web_input_event_util.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data.h
|
View
|
1
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data.cc
|
View
|
1
2
|
1 chunk |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data_packet.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_event_data_packet.cc
|
View
|
|
4 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider.cc
|
View
|
|
11 chunks |
+47 lines, -44 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/gesture_provider_unittest.cc
|
View
|
1
|
12 chunks |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/mock_motion_event.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/mock_motion_event.cc
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/motion_event.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
View
|
|
5 chunks |
+12 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
View
|
|
9 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|