|
ash: Record some additional information about the gestures.
Notable changes:
* Expose GestureEventDetails::touch_points for all kinds of gestures (instead of just BEGIN/END). This makes it possible to count when 3-finger swipes vs 4/4-finger swipes separately.
* Instead of using poorly-defined param_first/param_second when constructing a GestureEvent, use better-defined GestureEventDetails.
BUG= 121179
TEST=covered by existing tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147855
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+248 lines, -161 lines) |
Patch |
 |
M |
ash/touch/touch_uma.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/touch/touch_uma.cc
|
View
|
1
2
|
4 chunks |
+110 lines, -40 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_gesture_event_filter_unittest.cc
|
View
|
|
8 chunks |
+48 lines, -38 lines |
0 comments
|
Download
|
 |
M |
ash/wm/user_activity_detector_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_win.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_win.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura/event.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/event.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.h
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/base/gestures/gesture_sequence.h
|
View
|
1
2
3
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/gestures/gesture_sequence.cc
|
View
|
1
2
3
|
8 chunks |
+55 lines, -47 lines |
0 comments
|
Download
|
 |
M |
ui/base/gestures/gesture_types.h
|
View
|
1
|
5 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/base/gestures/gesture_types.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|