|
[Android]Increase Scrollbar fade delay on Resize.
Increase Scrollbar fade delay during on Resize to 2000mS. Scrollbar
layer properties changes during page load, which is triggering
scrollbar animation continuously because of 300mS fade delay.
Increasing the fade delay to 2000mS on Resize ensures the
scrollbar animates optimally rather than animating rapidly while
loading heavy sites.
BUG= 361141
Committed: https://crrev.com/07f11a816954910f11186cfe461f4bb3cfc5faaf
Cr-Commit-Position: refs/heads/master@{#298471}
Total comments: 6
Total comments: 11
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+112 lines, -50 lines) |
Patch |
|
M |
cc/animation/scrollbar_animation_controller.h
|
View
|
1
2
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_linear_fade.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_linear_fade.cc
|
View
|
1
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+27 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_thinning.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_thinning.cc
|
View
|
1
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/animation/scrollbar_animation_controller_thinning_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/layers/scrollbar_layer_impl_base.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/scrollbar_layer_impl_base.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_settings.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_settings.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 35 (15 generated)
|