Clear style invalidation on node removal.
We need to clear style invalidation on nodes being disconnected from the document. It was done for various instances of DetachLayoutTree(), but we would like Attach/DetachLayoutTree to be independent from style invalidation and recalc and it is more logical to do this in RemovedFrom on the nodes instead. Change-Id: If8728cc5ca0f02ee83783b6e8614772cf4d4d0ef Reviewed-on: https://chromium-review.googlesource.com/c/1314628Reviewed-by:Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#605069}
Showing
Please register or sign in to comment