mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Made DeleteChildsNextInFlow public and virtual
This commit is contained in:
parent
5b8a340e7a
commit
64e48ae7f0
@ -196,6 +196,10 @@ public:
|
||||
*/
|
||||
static nsIFrame* FrameAt(nsIFrame* aFrame, PRInt32 aIndex);
|
||||
|
||||
// XXX needs to be virtual so that nsBlockFrame can override it
|
||||
virtual PRBool DeleteChildsNextInFlow(nsIPresContext& aPresContext,
|
||||
nsIFrame* aChild);
|
||||
|
||||
protected:
|
||||
// Constructor. Takes as arguments the content object, the index in parent,
|
||||
// and the Frame for the content parent
|
||||
@ -250,7 +254,6 @@ protected:
|
||||
*
|
||||
* @param aChild child this child's next-in-flow
|
||||
*/
|
||||
PRBool DeleteChildsNextInFlow(nsIPresContext& aPresContext, nsIFrame* aChild);
|
||||
|
||||
/**
|
||||
* Push aFromChild and its next siblings to the next-in-flow. Change the
|
||||
|
Loading…
Reference in New Issue
Block a user