Reinstated clipping code which had been backed out because it caused

a problem for XUL layout. I added a workaround for the XUL problem


git-svn-id: svn://10.0.0.236/trunk@67078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
2000-04-25 04:43:11 +00:00
parent e47adc60ff
commit 2831676fb5
41 changed files with 542 additions and 362 deletions

View File

@@ -275,7 +275,7 @@ nsHTMLFramesetFrame::Init(nsIPresContext* aPresContext,
GetParentWithView(aPresContext, &parWithView);
parWithView->GetView(aPresContext, &parView);
nsRect boundBox(0, 0, 0, 0);
result = view->Init(viewMan, boundBox, parView, nsnull);
result = view->Init(viewMan, boundBox, parView);
viewMan->InsertChild(parView, view, 0);
SetView(aPresContext, view);