Added 'm' prefix to a couple more data members of nsHTMLReflowState struct

git-svn-id: svn://10.0.0.236/trunk@40217 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-07-20 03:51:46 +00:00
parent c034550ae9
commit 8d07a8a962
25 changed files with 148 additions and 148 deletions

View File

@@ -241,8 +241,8 @@ ViewportFrame::ReflowFixedFrame(nsIPresContext& aPresContext,
}
// Position the child
nsRect rect(kidReflowState.computedOffsets.left + kidReflowState.mComputedMargin.left,
kidReflowState.computedOffsets.top + kidReflowState.mComputedMargin.top,
nsRect rect(kidReflowState.mComputedOffsets.left + kidReflowState.mComputedMargin.left,
kidReflowState.mComputedOffsets.top + kidReflowState.mComputedMargin.top,
kidDesiredSize.width, kidDesiredSize.height);
aKidFrame->SetRect(rect);
htmlReflow->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED);