|
Refactor Scroll Customization to share cc::ScrollStateData with blink.
This will make it easier for Scroll Customization on the compositor
worker to pass ScrollState objects back and forth between main and the
compositor.
BUG= 505851
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/ebe6e34c371190558db374f42a12893e525cc081
Cr-Commit-Position: refs/heads/master@{#374691}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+396 lines, -390 lines) |
Patch |
 |
M |
cc/input/scroll_state.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -26 lines |
0 comments
|
Download
|
 |
M |
cc/input/scroll_state.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
cc/input/scroll_state_data.h
|
View
|
1
2
3
4
5
|
4 chunks |
+25 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/input/scroll_state_data.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+38 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/input/scroll_state_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+43 lines, -39 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+19 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_scroll.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/scrollstate-basic.html
|
View
|
1
2
3
4
5
|
1 chunk |
+32 lines, -21 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/scrollstate-consume-deltas-throw.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/scrollstate-distribute-to-scroll-chain-descendant.html
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/input/EventHandler.cpp
|
View
|
1
2
3
4
5
|
3 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/page/scrolling/ScrollState.h
|
View
|
1
2
3
4
5
|
4 chunks |
+25 lines, -43 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/page/scrolling/ScrollState.cpp
|
View
|
1
2
3
4
5
|
2 chunks |
+33 lines, -26 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/page/scrolling/ScrollState.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/page/scrolling/ScrollStateInit.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
|
View
|
1
2
3
4
5
|
4 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/blink_platform.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/scroll/ScrollStateData.h
|
View
|
1
2
3
4
5
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/web.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/blink_headers.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/WebScrollStateData.h
|
View
|
|
1 chunk |
+0 lines, -68 lines |
0 comments
|
Download
|
 |
M |
ui/events/blink/input_handler_proxy.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+44 lines, -27 lines |
0 comments
|
Download
|
Total messages: 50 (22 generated)
|