|
Use DidOverscrollParams in the browser
Adopt usage of the DidOverscrollParams struct for overscroll notifications from
the renderer. This eases the burden of changing overscroll metadata in the
future, and simplifies overscroll-related methods.
This also fixes an issue where repeated flings into the same edge would not
trigger the overscroll effect until a different edge overscrolled or the
overscroll was generated by a touch scroll.
BUG= 354444
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266805
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -99 lines) |
Patch |
 |
M |
content/browser/android/overscroll_glow.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/overscroll_glow.cc
|
View
|
1
2
3
|
7 chunks |
+31 lines, -44 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+21 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_base.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_base.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/port/browser/render_widget_host_view_port.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/input/input_event_filter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|