|
Bundle DidOverscrollParams with the input event ack
Currently, overscroll notifications are always sent as a separate IPC message,
regardless of the causal event. Instead, bundle the overscroll metadata with
the event ack if the event caused the overscroll, saving an IPC message in the
most common overscroll case.
BUG= 328503
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271541
Total comments: 2
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+261 lines, -117 lines) |
Patch |
|
M |
content/browser/renderer_host/input/input_router_client.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+15 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl_perftest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/input_router_impl_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+42 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/mock_input_router_client.h
|
View
|
1
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/mock_input_router_client.cc
|
View
|
1
|
2 chunks |
+20 lines, -10 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/input/touch_input_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
|
3 chunks |
+19 lines, -20 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_base.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_host_view_mac_unittest.mm
|
View
|
1
2
3
4
5
|
3 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/common/input_messages.h
|
View
|
1
2
3
4
|
6 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
1
2
3
|
3 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
content/content_common.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/input/input_event_filter.h
|
View
|
1
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/renderer/input/input_event_filter.cc
|
View
|
1
2
3
4
|
6 chunks |
+39 lines, -20 lines |
0 comments
|
Download
|
|
M |
content/renderer/input/input_event_filter_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_widget_unittest.cc
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_utils.h
|
View
|
|
2 chunks |
+35 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|