|
Put transform tree building in DisplayItemPropertyTreeBuilder.
This lays the groundwork for doing transform and clip tree construction in one
place. It also cleans up the part of the interface which is exposed in the Blink
API, and separates range records from the tree itself.
BUG= 470248
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200764
Total comments: 21
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+586 lines, -654 lines) |
Patch |
 |
M |
Source/core/compositing/DisplayListCompositingBuilder.cpp
|
View
|
1
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/platform/blink_platform.gypi
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
A |
Source/platform/exported/WebDisplayItemClipTree.cpp
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/platform/exported/WebDisplayItemTransformTree.cpp
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
A |
Source/platform/graphics/paint/DisplayItemClipTree.h
|
View
|
1
2
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/platform/graphics/paint/DisplayItemClipTree.cpp
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/platform/graphics/paint/DisplayItemPropertyTreeBuilder.h
|
View
|
1
2
3
4
5
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/platform/graphics/paint/DisplayItemPropertyTreeBuilder.cpp
|
View
|
1
2
3
4
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/platform/graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp
|
View
|
1
2
3
|
11 chunks |
+109 lines, -78 lines |
0 comments
|
Download
|
 |
M |
Source/platform/graphics/paint/DisplayItemTransformTree.h
|
View
|
|
3 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
D |
Source/platform/graphics/paint/DisplayItemTransformTreeBuilder.h
|
View
|
1
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
D |
Source/platform/graphics/paint/DisplayItemTransformTreeBuilder.cpp
|
View
|
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
D |
Source/platform/graphics/paint/DisplayItemTransformTreeBuilderTest.cpp
|
View
|
|
1 chunk |
+0 lines, -292 lines |
0 comments
|
Download
|
 |
M |
public/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
public/platform/WebDisplayItemClipTree.h
|
View
|
1
2
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/platform/WebDisplayItemTransformTree.h
|
View
|
1
2
|
2 chunks |
+6 lines, -61 lines |
0 comments
|
Download
|
Total messages: 17 (4 generated)
|