Changed ConstructDocElementFrame() to make sure we call CreateViewForFrame()

for the document element's frame
This commit is contained in:
troy%netscape.com 1999-04-21 22:14:30 +00:00
Родитель 50b00d08f7
Коммит 20410053f1
2 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1661,6 +1661,8 @@ nsCSSFrameConstructor::ConstructDocElementFrame(nsIPresContext* aPresContext,
NS_NewAreaFrame(areaFrame, 0);
areaFrame->Init(*aPresContext, aDocElement, aParentFrame, styleContext, nsnull);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, areaFrame,
styleContext, PR_FALSE);
// The area frame is the "initial containing block"
mInitialContainingBlock = areaFrame;

Просмотреть файл

@ -1661,6 +1661,8 @@ nsCSSFrameConstructor::ConstructDocElementFrame(nsIPresContext* aPresContext,
NS_NewAreaFrame(areaFrame, 0);
areaFrame->Init(*aPresContext, aDocElement, aParentFrame, styleContext, nsnull);
nsHTMLContainerFrame::CreateViewForFrame(*aPresContext, areaFrame,
styleContext, PR_FALSE);
// The area frame is the "initial containing block"
mInitialContainingBlock = areaFrame;