зеркало из https://github.com/mozilla/gecko-dev.git
Bug 766896 - Have InvalidateAllContinuations use GetNextContinuationOrSpecialSibling so that we invalidate the correct areas. r=roc.
This commit is contained in:
Родитель
9ef21cd8da
Коммит
8adb92112e
|
@ -235,7 +235,8 @@ nsSVGFilterProperty::GetFilterFrame()
|
||||||
static void
|
static void
|
||||||
InvalidateAllContinuations(nsIFrame* aFrame)
|
InvalidateAllContinuations(nsIFrame* aFrame)
|
||||||
{
|
{
|
||||||
for (nsIFrame* f = aFrame; f; f = f->GetNextContinuation()) {
|
for (nsIFrame* f = aFrame; f;
|
||||||
|
f = nsLayoutUtils::GetNextContinuationOrSpecialSibling(f)) {
|
||||||
f->InvalidateOverflowRect();
|
f->InvalidateOverflowRect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче