Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid calling MarkAncestorChainForFlagsUpdate() if NeedsLayout is true
This is a change in PaintLayer::StyleDidChange(). Right now if diff.NeedsLayout() is true we're calling MarkAncestorChainForFlagsUpdate(). This patch will avoid doing such call, as it doesn't seem to be needed. Change-Id: I5612ae677e6a7c199f8050e89ac84c6fd6b5fdef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3592832 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/main@{#994773}
- Loading branch information