|
cc: Fix draw transform computation for non-drawn layers
When property trees are enabled, draw properties are only
computed for drawn layers. This means that when a non-drawn
layer's draw transform is needed, it must be computed
on-demand using the transform tree rather than being read
from the layer's draw properties.
BUG= 560275
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/d9432e3c14de1f2a4b04a5fa5c96ab73d9d9d86e
Cr-Commit-Position: refs/heads/master@{#362196}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+575 lines, -262 lines) |
Patch |
|
M |
cc/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/cc_tests.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/layers/delegated_renderer_layer_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_impl.cc
|
View
|
1
2
3
4
|
5 chunks |
+24 lines, -9 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_iterator_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/layers/layer_position_constraint_unittest.cc
|
View
|
1
2
3
4
|
34 chunks |
+95 lines, -93 lines |
0 comments
|
Download
|
|
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
cc/layers/render_surface_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/layers/render_surface_impl_unittest.cc
|
View
|
1
|
2 chunks |
+54 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/layers/video_layer_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
cc/test/fake_mask_layer_impl.h
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
A |
cc/test/fake_mask_layer_impl.cc
|
View
|
1
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/test/layer_test_common.cc
|
View
|
1
2
3
4
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
cc/test/layer_tree_host_common_test.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
|
M |
cc/trees/damage_tracker.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/damage_tracker_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common.cc
|
View
|
1
2
3
4
|
10 chunks |
+23 lines, -11 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common_perftest.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_common_unittest.cc
|
View
|
1
2
3
4
|
44 chunks |
+112 lines, -65 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -25 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_animation.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_animation_timelines.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_copyrequest.cc
|
View
|
1
2
3
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_host_unittest_occlusion.cc
|
View
|
1
2
3
4
|
3 chunks |
+69 lines, -3 lines |
0 comments
|
Download
|
|
M |
cc/trees/layer_tree_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
1 comment
|
Download
|
|
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/occlusion_tracker.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
cc/trees/occlusion_tracker_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
Total messages: 17 (8 generated)
|