mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 828312 patch 8: Make handling of UpdateEffects hint check continuations. r=bzbarsky
This is part of the patch stack making change hints apply across all continuations and block-in-inline siblings.
This commit is contained in:
parent
82151d1958
commit
95e754510e
@ -683,7 +683,10 @@ RestyleManager::ProcessRestyledFrames(nsStyleChangeList& aChangeList)
|
||||
}
|
||||
|
||||
if (hint & nsChangeHint_UpdateEffects) {
|
||||
nsSVGEffects::UpdateEffects(frame);
|
||||
for (nsIFrame *cont = frame; cont;
|
||||
cont = nsLayoutUtils::GetNextContinuationOrSpecialSibling(cont)) {
|
||||
nsSVGEffects::UpdateEffects(cont);
|
||||
}
|
||||
}
|
||||
if (hint & nsChangeHint_NeedReflow) {
|
||||
StyleChangeReflow(frame, hint);
|
||||
|
Loading…
x
Reference in New Issue
Block a user