|
Make the ContentGestureProvider a ui::FilteredGestureProvider
Move the ContentGestureProvider to ui/, allowing the filtering and gesture
batching code to be used outside of content/. Also eliminate
TouchDispositionGestureFilter's dependency on a custom ack result type,
instead simply using a bool to indicate whether or not the ack'ed touch was
consumed.
BUG= 348588
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255190
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+432 lines, -593 lines) |
Patch |
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
|
21 chunks |
+43 lines, -33 lines |
0 comments
|
Download
|
 |
D |
content/browser/renderer_host/input/content_gesture_provider.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -73 lines |
0 comments
|
Download
|
 |
D |
content/browser/renderer_host/input/content_gesture_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -217 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/touch_event_queue_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/input/web_input_event_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+99 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/events/events.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/events/gesture_detection/filtered_gesture_provider.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+21 lines, -32 lines |
0 comments
|
Download
|
 |
A |
ui/events/gesture_detection/filtered_gesture_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+24 lines, -49 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+37 lines, -76 lines |
0 comments
|
Download
|
 |
M |
ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
View
|
1
2
3
4
5
6
|
33 chunks |
+91 lines, -96 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|