DeCOMify nsIFrame::IsPercentageBase and rename to IsContainingBlock. b=237169 r+sr=bzbarsky a=brendan

git-svn-id: svn://10.0.0.236/trunk@153898 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-03-12 04:40:17 +00:00
parent b7fe8b205c
commit 1a94650e48
48 changed files with 90 additions and 135 deletions

View File

@@ -557,14 +557,12 @@ nsHTMLButtonControlFrame::ReflowButtonContents(nsIPresContext* aPresContext,
yoff + aFocusPadding.top + aReflowState.mComputedBorderPadding.top, 0);
}
NS_IMETHODIMP
nsHTMLButtonControlFrame::IsPercentageBase(PRBool& aBase) const
/* virtual */ PRBool
nsHTMLButtonControlFrame::IsContainingBlock() const
{
aBase = PR_TRUE;
return NS_OK;
return PR_TRUE;
}
PRIntn
nsHTMLButtonControlFrame::GetSkipSides() const
{