Move Place() from nsIMathMLFrame to nsMathMLContainerFrame b=363240, r+sr=roc

This commit is contained in:
karlt+@karlt.net 2008-03-17 22:26:05 -07:00
parent 11f89ddd6a
commit 6c6cd3ed3e

View File

@ -108,14 +108,6 @@ public:
return NS_OK;
}
NS_IMETHOD
Place(nsIRenderingContext& aRenderingContext,
PRBool aPlaceOrigin,
nsHTMLReflowMetrics& aDesiredSize)
{
return NS_OK;
}
NS_IMETHOD
GetEmbellishData(nsEmbellishData& aEmbellishData) {
aEmbellishData = mEmbellishData;