зеркало из https://github.com/mozilla/gecko-dev.git
SetParent in nsIFrame should not be inlined. r=evaughan, sr=hewitt
This commit is contained in:
Родитель
06fcff3478
Коммит
a802d9dfe8
|
@ -591,7 +591,7 @@ public:
|
|||
* Accessor functions for geometric parent
|
||||
*/
|
||||
nsresult GetParent(nsIFrame** aParent) const { *aParent = mParent; return NS_OK; }
|
||||
nsresult SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; }
|
||||
NS_IMETHOD SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; }
|
||||
|
||||
/**
|
||||
* Bounding rect of the frame. The values are in twips, and the origin is
|
||||
|
|
|
@ -591,7 +591,7 @@ public:
|
|||
* Accessor functions for geometric parent
|
||||
*/
|
||||
nsresult GetParent(nsIFrame** aParent) const { *aParent = mParent; return NS_OK; }
|
||||
nsresult SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; }
|
||||
NS_IMETHOD SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; }
|
||||
|
||||
/**
|
||||
* Bounding rect of the frame. The values are in twips, and the origin is
|
||||
|
|
Загрузка…
Ссылка в новой задаче