Added in mDeltaWidth to block reflow state

This commit is contained in:
kipp 1998-05-20 16:26:46 +00:00
parent 299a819b30
commit 4478350128
2 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,9 @@ struct nsBlockReflowState {
nsSize* mMaxElementSizePointer;
nscoord mKidXMost;
// Change in width since last reflow
nscoord mDeltaWidth;
// Bottom margin information from the previous line (only when
// the previous line contains a block element)
nscoord mPrevNegBottomMargin;

View File

@ -87,6 +87,9 @@ struct nsBlockReflowState {
nsSize* mMaxElementSizePointer;
nscoord mKidXMost;
// Change in width since last reflow
nscoord mDeltaWidth;
// Bottom margin information from the previous line (only when
// the previous line contains a block element)
nscoord mPrevNegBottomMargin;