Change to nsIFrame API
git-svn-id: svn://10.0.0.236/trunk@1441 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -417,7 +417,7 @@ PresShell::ResizeReflow(nscoord aWidth, nscoord aHeight)
|
||||
#ifdef NS_DEBUG
|
||||
mRootFrame->VerifyTree();
|
||||
#endif
|
||||
nsIFrame::ReflowStatus status;
|
||||
nsReflowStatus status;
|
||||
|
||||
mRootFrame->ResizeReflow(mPresContext, desiredSize, maxSize, nsnull, status);
|
||||
mRootFrame->SizeTo(desiredSize.width, desiredSize.height);
|
||||
|
||||
Reference in New Issue
Block a user