DescriptionDefer widget updates in ContainerNode::parserRemoveChild.
ContainerNode::parserRemoveChild is the only consumer of ContainerNode::removeBetween that doesn't defer widget updates during the call. This could potentially lead to problems with scripts running at an inopportune time.
This patch adds a RAII guard that runs deferred widget updates at the end of parserRemoveChild.
BUG=560011
Committed: https://crrev.com/05926d6f4e749cd49a16fa04a35e3498eb1b01a0
Cr-Commit-Position: refs/heads/master@{#363154}
Patch Set 1 #
Messages
Total messages: 17 (7 generated)
|