Removed GetAutoMarginSize; added VerticalAlignFrames

git-svn-id: svn://10.0.0.236/trunk@21100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-02-18 03:25:23 +00:00
parent c597871027
commit 18469f80d3
4 changed files with 24 additions and 58 deletions

View File

@@ -1045,6 +1045,13 @@ nsFrame::MoveInSpaceManager(nsIPresContext& aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsFrame::VerticalAlignFrames(nscoord aLineHeight,
nscoord aDistanceFromTopEdge)
{
return NS_OK;
}
NS_IMETHODIMP
nsFrame::ContentChanged(nsIPresContext* aPresContext,
nsIContent* aChild,
@@ -1288,13 +1295,6 @@ NS_IMETHODIMP nsFrame::IsPercentageBase(PRBool& aBase) const
return NS_OK;
}
NS_IMETHODIMP nsFrame::GetAutoMarginSize(PRUint8 aSide, nscoord& aSize) const
{
aSize = 0; // XXX probably not right, subclass override?
return NS_OK;
}
// Sibling pointer used to link together frames
NS_IMETHODIMP nsFrame::GetNextSibling(nsIFrame** aNextSibling) const