зеркало из https://github.com/mozilla/gecko-dev.git
Passed in the z-index for InsertChild() call
This commit is contained in:
Родитель
4588b580c1
Коммит
ad0678461d
|
@ -870,7 +870,7 @@ nsBodyFrame::CreateAbsoluteView(nsIStyleContext* aStyleContext) const
|
|||
// the frame the view will be sized and positioned
|
||||
view->Init(viewManager, nsRect(0, 0, 0, 0), containingView, nsnull,
|
||||
nsnull, nsnull, zIndex, pClip);
|
||||
viewManager->InsertChild(containingView, view, 0);
|
||||
viewManager->InsertChild(containingView, view, zIndex);
|
||||
// If the background color is transparent then mark the view as having
|
||||
// transparent content.
|
||||
// XXX We could try and be smarter about this and check whether there's
|
||||
|
|
Загрузка…
Ссылка в новой задаче