mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
incremental restyle: Introduce StylingMode and deprecate explicit dirtiness This is another chunk of work to move us toward the new incremental restyle architecture. Eventually, we'll make a fine-grained decision at each node about what style to recompute based on the RestyleHint on the node data (along with other things). For now, we use the existence of RestyleData as a coarse-grained approximation of this. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13913) <!-- Reviewable:end -->