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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user