Part of frame construction changes

This commit is contained in:
troy@netscape.com
1998-09-12 04:46:35 +00:00
parent 63bf9ae4d1
commit 12ef1e8042
6 changed files with 98 additions and 132 deletions

View File

@@ -1074,6 +1074,7 @@ NS_IMETHODIMP HTMLStyleSheetImpl::ConstructFrame(nsIPresContext* aPresContext,
case NS_STYLE_DISPLAY_INLINE:
rv = NS_NewCSSInlineFrame(&frame, aContent, aParentFrame);
ProcessChildren(aPresContext, frame, aContent);
break;
default: