|
|
[SPV2] Implement the blink-side scroll property tree
Blink's scroll tree stores auxiliary scrolling information for
compositor-thread scrolling. This includes the hierarchy of scrolling
(which areas scroll relative to which other areas), whether an area
is user-scrollable in the x or y axes, and the extent that an area
can be scrolled. This patch is an initial implementation of the
blink scroll paint property tree with documentation, a followup will
plumb this to the compositor.
A proof-of-concept for the end-to-end design is available at:
https://codereview.chromium.org/2299533002
BUG= 644514
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed: https://crrev.com/d1a5fe1b572bf7b446d45558823ac7a8d759628c
Cr-Commit-Position: refs/heads/master@{#417850}
Total comments: 4
Total comments: 23
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+613 lines, -32 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/frame/FrameView.h
|
View
|
1
2
3
|
4 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/BlockPainter.cpp
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/FramePainter.cpp
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
|
View
|
1
2
|
6 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
View
|
1
2
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
|
View
|
1
2
3
4
5
|
7 chunks |
+86 lines, -15 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
|
View
|
1
2
3
4
5
|
7 chunks |
+277 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/PaintPropertyTreePrinter.cpp
|
View
|
1
2
|
6 chunks |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/test_data/fixed-position.html
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/paint/test_data/position-and-scroll.html
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/PaintChunkProperties.h
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/README.md
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
|
View
|
1
2
3
4
5
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/PaintPrinters.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/PaintPrinters.cpp
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
Total messages: 40 (21 generated)
|