зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d525dd7fec
Коммит
f66e12b9a3
|
@ -280,6 +280,8 @@ public:
|
|||
|
||||
virtual nsIAtom* GetType() const;
|
||||
|
||||
virtual PRBool NeedsView() { return PR_TRUE; }
|
||||
|
||||
protected:
|
||||
nsAbsoluteContainingBlock mAbsoluteContainer;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче