|
Use ScrollOffset instead of vector2d to track scroll offset in cc
This is for preparing converting blink side scroll offset to be double
type. Assuming blink side starts to use double scroll offset, it can
be passed back from main/blink to compositor without converting to int
type.
BUG= 414283
Committed: https://crrev.com/f57925d399f2eda19fdaab9191257e51a3af04a0
Cr-Commit-Position: refs/heads/master@{#297692}
Total comments: 16
Total comments: 26
Total comments: 46
Total comments: 22
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+723 lines, -371 lines) |
Patch |
|
M |
cc/animation/layer_animation_controller.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/animation/layer_animation_controller.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/animation/layer_animation_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/animation/layer_animation_value_observer.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/animation/layer_animation_value_provider.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/animation/scroll_offset_animation_curve.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/animation/scroll_offset_animation_curve.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
|
M |
cc/animation/scroll_offset_animation_curve_unittest.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+22 lines, -21 lines |
0 comments
|
Download
|
|
M |
cc/base/math_util.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/base/math_util.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/blink/web_layer_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/blink/web_scroll_offset_animation_curve_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/input/layer_scroll_offset_delegate.h
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
16 chunks |
+38 lines, -35 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+39 lines, -27 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl_perftest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/layers/scrollbar_layer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/test/animation_test_common.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/test/animation_test_common.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+19 lines, -14 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
38 chunks |
+62 lines, -59 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_perftest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_animation.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_damage.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_scroll.cc
|
View
|
1
2
3
4
5
6
7
8
|
20 chunks |
+75 lines, -52 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_impl.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
|
M |
content/browser/android/in_process/synchronous_compositor_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/android/in_process/synchronous_compositor_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+18 lines, -12 lines |
0 comments
|
Download
|
|
M |
ui/gfx/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/geometry/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/geometry/safe_integer_conversions.h
|
View
|
1
2
3
4
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/geometry/safe_integer_conversions_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
ui/gfx/geometry/scroll_offset.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ui/gfx/geometry/scroll_offset.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
|
A |
ui/gfx/geometry/scroll_offset_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+122 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/gfx.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/gfx_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/test/gfx_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 27 (3 generated)
|