Bug 243370, deCOMtaminate parts of nsIFrame that come from nsIBox, part 2, p=anlan@lange.cx, r+sr=roc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user