Issue metadata
Sign in to add a comment
|
[cc/ui] Generate and use LayerList as part of Property tree building on main thread |
||||||||||||||||||||||
Issue descriptionMain thread cc still has a Layer Tree. When pushing properties to compositor thread the iterator walks the layer tree. Instead should generate a list of layer when property tree is built. Ideally that layer list would only be layers that has content.
,
Jun 13 2018
Mostly focused on behavior of TreeSynchronizer and LayerListIterator classes. Maybe this would be a separate task? And ui::compositor would still need PropertyTreeBuilder (which should add generation of layer list as well)?
,
Jun 13 2018
Re ui::compositor: yes. The PropertyTreeBuilder will end up being just for that client of cc.
,
Jun 13 2018
Was thinking of this when looking at SetHideLayerAndSubtree. That is used by ui::compositor to try skipping over layers, and right now tree synchronizer would still walk the entire tree.
,
Jun 13 2018
Going to de-dup, and adding ui to title to hopefully reduce confusion. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by chrishtr@chromium.org
, Jun 13 2018Status: Duplicate (was: Available)