Bug 408656: Make nsPositionedInlineFrame::NeedsView return true (to ensure that abs-positioned frames inside of it will get their views positioned) r+sr=bz a=blocking1.9

This commit is contained in:
dholbert@cs.stanford.edu 2008-01-04 18:11:20 -08:00
Родитель d525dd7fec
Коммит f66e12b9a3
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -280,6 +280,8 @@ public:
virtual nsIAtom* GetType() const;
virtual PRBool NeedsView() { return PR_TRUE; }
protected:
nsAbsoluteContainingBlock mAbsoluteContainer;
};