Loading widget/public/nsIWidget.h +0 −6 Original line number Original line Diff line number Diff line Loading @@ -1053,12 +1053,6 @@ class nsIWidget : public nsISupports { */ */ NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0; NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0; /* * Return the the nearest ancestor widget which does not have a * Gecko parent. */ virtual nsIWidget* GetTopLevelWindow(void) = 0; protected: protected: // keep the list of children. We also keep track of our siblings. // keep the list of children. We also keep track of our siblings. // The ownership model is as follows: parent holds a strong ref to // The ownership model is as follows: parent holds a strong ref to Loading Loading
widget/public/nsIWidget.h +0 −6 Original line number Original line Diff line number Diff line Loading @@ -1053,12 +1053,6 @@ class nsIWidget : public nsISupports { */ */ NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0; NS_IMETHOD GetAnimatedResize(PRUint16* aAnimation) = 0; /* * Return the the nearest ancestor widget which does not have a * Gecko parent. */ virtual nsIWidget* GetTopLevelWindow(void) = 0; protected: protected: // keep the list of children. We also keep track of our siblings. // keep the list of children. We also keep track of our siblings. // The ownership model is as follows: parent holds a strong ref to // The ownership model is as follows: parent holds a strong ref to Loading