Bug 652821. Remove views from positioned inline frames. r=roc

--HG--
extra : rebase_source : 25f0ff5c614d75c3b9676c0c41762a5ab3541410
This commit is contained in:
Timothy Nikkel 2011-04-27 10:35:46 +02:00
parent 14ce42e5bd
commit 61fc3d6728

View File

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