This commit is contained in:
kipp%netscape.com 1999-09-01 02:03:50 +00:00
Родитель 3c9549d8f6
Коммит 1ea958d508
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -89,7 +89,9 @@ public:
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
NS_IMETHOD GetFrameName(nsString& aResult) const;
#ifdef DEBUG
NS_IMETHOD SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const;
#endif
// XXX Temporary hack...
NS_IMETHOD SetRect(const nsRect& aRect);

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

@ -53,7 +53,9 @@ public:
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
#ifdef DEBUG
NS_IMETHOD SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const;
#endif
protected:
PRBool GetNoShade();

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

@ -89,7 +89,9 @@ public:
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
NS_IMETHOD GetFrameName(nsString& aResult) const;
#ifdef DEBUG
NS_IMETHOD SizeOf(nsISizeOfHandler* aHandler, PRUint32* aResult) const;
#endif
// XXX Temporary hack...
NS_IMETHOD SetRect(const nsRect& aRect);