Bug 243370, deCOMtaminate parts of nsIFrame that come from nsIBox, part 2, p=anlan@lange.cx, r+sr=roc

This commit is contained in:
Olli.Pettay@helsinki.fi
2007-01-31 16:02:42 +00:00
parent 1c7051d0d9
commit dda4efb9cc
34 changed files with 251 additions and 549 deletions

View File

@@ -63,13 +63,6 @@ NS_NewButtonBoxFrame (nsIPresShell* aPresShell, nsStyleContext* aContext)
return new (aPresShell) nsButtonBoxFrame(aPresShell, aContext);
} // NS_NewXULButtonFrame
NS_IMETHODIMP
nsButtonBoxFrame::GetMouseThrough(PRBool& aMouseThrough)
{
aMouseThrough = PR_FALSE;
return NS_OK;
}
NS_IMETHODIMP
nsButtonBoxFrame::BuildDisplayListForChildren(nsDisplayListBuilder* aBuilder,
const nsRect& aDirtyRect,