Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson

git-svn-id: svn://10.0.0.236/trunk@76224 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2000-08-12 19:44:11 +00:00
parent dafb67d22b
commit 91d3cb9ba7
15 changed files with 185 additions and 145 deletions

View File

@@ -965,7 +965,7 @@ nsBulletFrame::GetDesiredSize(nsIPresContext* aCX,
if (myList->mListStyleImage.Length() > 0) {
mImageLoader.GetDesiredSize(aCX, &aReflowState, aMetrics);
if (!mImageLoader.GetLoadImageFailed()) {
nsHTMLContainerFrame::CreateViewForFrame(aCX, this, mStyleContext,
nsHTMLContainerFrame::CreateViewForFrame(aCX, this, mStyleContext, nsnull,
PR_FALSE);
aMetrics.ascent = aMetrics.height;
aMetrics.descent = 0;