mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 722923. Part 4: Don't walk continuation chain in SyncViewsAndInvalidateDescendants since DoApplyRenderingChangeToTree already does that. r=matspal
--HG-- extra : rebase_source : 76d249a52afdcb999f56da6842cf8c96c9e8088a
This commit is contained in:
parent
cd568e152e
commit
4880204640
@ -7653,10 +7653,8 @@ SyncViewsAndInvalidateDescendants(nsIFrame* aFrame,
|
||||
// do the out-of-flow frame and its continuations
|
||||
nsIFrame* outOfFlowFrame =
|
||||
nsPlaceholderFrame::GetRealFrameForPlaceholder(child);
|
||||
do {
|
||||
DoApplyRenderingChangeToTree(outOfFlowFrame, aFrameManager,
|
||||
aChange);
|
||||
} while ((outOfFlowFrame = outOfFlowFrame->GetNextContinuation()));
|
||||
DoApplyRenderingChangeToTree(outOfFlowFrame, aFrameManager,
|
||||
aChange);
|
||||
} else if (lists.CurrentID() == nsIFrame::kPopupList) {
|
||||
DoApplyRenderingChangeToTree(child, aFrameManager,
|
||||
aChange);
|
||||
|
Loading…
Reference in New Issue
Block a user