Bug 94687 First step of fixing z-index style in XUL - create views for children of stacks

r+sr=roc
This commit is contained in:
cst%andrew.cmu.edu 2005-09-27 12:39:25 +00:00
parent c99ac5cc27
commit 2509f6846c

View File

@ -844,6 +844,9 @@ nsContainerFrame::FrameNeedsView(nsIFrame* aFrame)
}
}
if (aFrame->GetParent()->GetStyleDisplay()->mDisplay==NS_STYLE_DISPLAY_STACK)
return PR_TRUE;
return PR_FALSE;
}