build fix take 2

This commit is contained in:
bmlk%gmx.de 2003-09-13 17:34:10 +00:00
parent 98d631d0c8
commit e8658a232f
2 changed files with 6 additions and 4 deletions

View File

@ -1597,8 +1597,9 @@ nsTableOuterFrame::IR_ReflowDirty(nsIPresContext* aPresContext,
nsRect* oldOverflowArea = GetOverflowAreaProperty(aPresContext);
PRBool innerMoved = (innerRect.x != innerOrigin.x) ||
(innerRect.y != innerOrigin.y);
InvalidateDamage(aPresContext, (PRUint8) NO_SIDE, nsSize(aDesiredSize.width,
aDesiredSize.height), innerMoved, PR_FALSE,
nsSize desSize = nsSize(aDesiredSize.width,
aDesiredSize.height);
InvalidateDamage(aPresContext, (PRUint8) NO_SIDE, desSize, innerMoved, PR_FALSE,
oldOverflowArea);
}
if (!sizeSet) {

View File

@ -1597,8 +1597,9 @@ nsTableOuterFrame::IR_ReflowDirty(nsIPresContext* aPresContext,
nsRect* oldOverflowArea = GetOverflowAreaProperty(aPresContext);
PRBool innerMoved = (innerRect.x != innerOrigin.x) ||
(innerRect.y != innerOrigin.y);
InvalidateDamage(aPresContext, (PRUint8) NO_SIDE, nsSize(aDesiredSize.width,
aDesiredSize.height), innerMoved, PR_FALSE,
nsSize desSize = nsSize(aDesiredSize.width,
aDesiredSize.height);
InvalidateDamage(aPresContext, (PRUint8) NO_SIDE, desSize, innerMoved, PR_FALSE,
oldOverflowArea);
}
if (!sizeSet) {