Bug 10209 - Part 6: Implement the CSS "containing block" concept correctly as a binary relation, as opposed to a unary relation; r=bzbarsky

This commit is contained in:
Ehsan Akhgari
2011-05-12 00:04:30 -04:00
parent 5d50ff6078
commit de3e3fd8ee
40 changed files with 150 additions and 199 deletions

View File

@@ -361,12 +361,6 @@ nsHTMLButtonControlFrame::ReflowButtonContents(nsPresContext* aPresContext,
aDesiredSize.ascent += yoff;
}
/* virtual */ bool
nsHTMLButtonControlFrame::IsContainingBlock() const
{
return PR_TRUE;
}
PRIntn
nsHTMLButtonControlFrame::GetSkipSides() const
{