Don't schedule descendant invalidations on display:none.
There's no need to schedule descendant invalidation sets on display:none elements. If that element is displayed on the next lifecycle update, RecalcStyle will make sure descendants will get their ComputedStyles if necessary. Bug: 972752 Change-Id: I60a980eecfccc43ff33bd4e050d223aced6383f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783142Reviewed-by:Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#693127}
Showing
Please register or sign in to comment