Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc

This commit is contained in:
Mats Palmgren
2014-05-24 22:20:40 +00:00
parent 93a6cff703
commit a26b4d368e
53 changed files with 635 additions and 585 deletions

View File

@@ -22,7 +22,7 @@ nsGfxButtonControlFrame::nsGfxButtonControlFrame(nsStyleContext* aContext):
{
}
nsIFrame*
nsContainerFrame*
NS_NewGfxButtonControlFrame(nsIPresShell* aPresShell, nsStyleContext* aContext)
{
return new (aPresShell) nsGfxButtonControlFrame(aContext);