зеркало из https://github.com/mozilla/gecko-dev.git
Fixed it up to compile, because the Mac is still building it...
This commit is contained in:
Родитель
14ae1a9919
Коммит
ee997bddd1
|
@ -39,15 +39,11 @@ struct nsStylePosition;
|
|||
*
|
||||
* @see nsLayoutAtoms::absoluteList
|
||||
*/
|
||||
class nsBodyFrame : public nsBlockFrame,
|
||||
public nsIAbsoluteItems
|
||||
class nsBodyFrame : public nsBlockFrame
|
||||
{
|
||||
public:
|
||||
friend nsresult NS_NewBodyFrame(nsIFrame*& aResult, PRUint32 aFlags);
|
||||
|
||||
// nsISupports
|
||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||
|
||||
// nsIFrame
|
||||
NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext);
|
||||
|
||||
|
@ -77,10 +73,6 @@ public:
|
|||
NS_IMETHOD List(FILE* out, PRInt32 aIndent, nsIListFilter* aFilter) const;
|
||||
NS_IMETHOD GetFrameName(nsString& aResult) const;
|
||||
|
||||
// nsIAbsoluteItems
|
||||
NS_IMETHOD AddAbsoluteItem(nsAbsoluteFrame* aAnchorFrame);
|
||||
NS_IMETHOD RemoveAbsoluteItem(nsAbsoluteFrame* aAnchorFrame);
|
||||
|
||||
protected:
|
||||
static nsIAtom* gAbsoluteAtom;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче