Commit 80b1f379 authored by Rune Lillesveen's avatar Rune Lillesveen Committed by Commit Bot

Introduce runtime flag for flat tree order style recalc.

Bug: 972752
Change-Id: I61ae4496ac0438e3ebf192dd3f44550e6862748c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722949Reviewed-by: default avatarAnders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681759}
parent 4094aaee
...@@ -639,6 +639,11 @@ ...@@ -639,6 +639,11 @@
name: "FirstContentfulPaintPlusPlus", name: "FirstContentfulPaintPlusPlus",
status: "stable", status: "stable",
}, },
// Perform style recalc traversal in the flat tree order, including marking
// flat-tree instead of shadow-including ancestors for child dirtiness.
{
name: "FlatTreeStyleRecalc",
},
{ {
name: "FocuslessSpatialNavigation", name: "FocuslessSpatialNavigation",
settable_from_internals: true, settable_from_internals: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment