Bug 143959. Temporarily disable block reflow coalescing.
This commit is contained in:
Родитель
2c1f83b66d
Коммит
fcf814f45f
|
@ -5868,7 +5868,11 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
#if 0
|
||||
// XXXwaterson Temporarily disable dirty reflow coalescing (which is sort of
|
||||
// silly, anyway, given the reflow tree) until we can figure out bug 143959.
|
||||
else {
|
||||
nsIBox *
|
||||
if (!(mState & NS_FRAME_IS_DIRTY)) {
|
||||
// Mark yourself as dirty
|
||||
mState |= NS_FRAME_IS_DIRTY;
|
||||
|
@ -5888,6 +5892,7 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
|
|||
mParent->ReflowDirtyChild(aPresShell, this);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
if (gNoisyReflow) {
|
||||
|
|
|
@ -5868,7 +5868,11 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
|
|||
}
|
||||
#endif
|
||||
}
|
||||
#if 0
|
||||
// XXXwaterson Temporarily disable dirty reflow coalescing (which is sort of
|
||||
// silly, anyway, given the reflow tree) until we can figure out bug 143959.
|
||||
else {
|
||||
nsIBox *
|
||||
if (!(mState & NS_FRAME_IS_DIRTY)) {
|
||||
// Mark yourself as dirty
|
||||
mState |= NS_FRAME_IS_DIRTY;
|
||||
|
@ -5888,6 +5892,7 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
|
|||
mParent->ReflowDirtyChild(aPresShell, this);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
if (gNoisyReflow) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче