|
|
cc : Make tree synchronization independent of layer tree hierarchy (2)
This CL :
* Stores layers that need to push properties in LayerTreeHost(layer_set)
* Deletes bools needs_push_properties and dependants_needs_push_properties
from Layer.
* Iterate the layer_set tp push properties during commit.
* Changes what layers are serialized (Both dirty layers and their ancestors
are serialized currently. With this CL, only dirty layers serialize).
BUG= 568874
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/9234e405c7089c47ca9d30b34846f54b1fd9b8fd
Cr-Commit-Position: refs/heads/master@{#382379}
Total comments: 13
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+470 lines, -784 lines) |
Patch |
 |
M |
cc/layers/layer.h
|
View
|
1
2
|
3 chunks |
+7 lines, -36 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer.cc
|
View
|
1
2
|
6 chunks |
+9 lines, -61 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -19 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_proto_converter_unittest.cc
|
View
|
1
|
3 chunks |
+91 lines, -180 lines |
0 comments
|
Download
|
 |
M |
cc/layers/layer_unittest.cc
|
View
|
1
2
|
5 chunks |
+33 lines, -175 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer.proto
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/proto/layer_tree_host.proto
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.h
|
View
|
1
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host.cc
|
View
|
1
2
3
|
6 chunks |
+29 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
|
14 chunks |
+205 lines, -198 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_scroll.cc
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_unittest_serialization.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/trees/tree_synchronizer.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/trees/tree_synchronizer.cc
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -55 lines |
0 comments
|
Download
|
 |
M |
cc/trees/tree_synchronizer_unittest.cc
|
View
|
1
2
3
4
5
|
13 chunks |
+26 lines, -24 lines |
0 comments
|
Download
|
Total messages: 24 (10 generated)
|