deCOMtaminate nsBoxLayoutState. Bug 247766, r+sr=roc.

git-svn-id: svn://10.0.0.236/trunk@158283 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2004-06-22 02:55:04 +00:00
parent 1ff07ebc1b
commit 2a1c8d3594
22 changed files with 131 additions and 238 deletions

View File

@@ -1985,7 +1985,7 @@ nsTextControlFrame::GetPrefSize(nsBoxLayoutState& aState, nsSize& aSize)
if (collapsed)
return NS_OK;
nsIPresContext* presContext = aState.GetPresContext();
nsIPresContext* presContext = aState.PresContext();
const nsHTMLReflowState* reflowState = aState.GetReflowState();
nsSize styleSize(CSS_NOTSET,CSS_NOTSET);
nsFormControlFrame::GetStyleSize(presContext, *reflowState, styleSize);