Pass in style context

This commit is contained in:
kipp%netscape.com 1998-10-14 20:11:33 +00:00
parent c7d9ce1572
commit 639760bb7b

View File

@ -91,7 +91,7 @@ nsScrollViewFrame::Reflow(nsIPresContext& aPresContext,
// member function instead of here. Problem is the other frame code
// would have to do the same...
nsHTMLContainerFrame::CreateViewForFrame(aPresContext, this,
nsnull, PR_TRUE);
mStyleContext, PR_TRUE);
}
// Scroll frame handles the border, and we handle the padding and background