mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Removed MoveOutOfFlow
This commit is contained in:
parent
c7fde5e17e
commit
5fca6839f0
@ -106,6 +106,7 @@ nsHTMLContainerFrame::CreatePlaceholderFrame(nsIPresContext& aPresContext,
|
||||
return placeholder;
|
||||
}
|
||||
|
||||
#if 0
|
||||
// XXX pass in aFrame's style context instead
|
||||
PRBool
|
||||
nsHTMLContainerFrame::MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
@ -140,6 +141,7 @@ nsHTMLContainerFrame::MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
|
||||
return PR_FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create a next-in-flow for aFrame. Will return the newly created
|
||||
|
@ -45,11 +45,13 @@ public:
|
||||
// sibling pointers.
|
||||
// XXX bad api - need nsresult in case we attempt to move out of the
|
||||
// flow and run out of memory
|
||||
#if 0
|
||||
PRBool MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
const nsStyleDisplay* aDisplay,
|
||||
const nsStylePosition* aPosition,
|
||||
nsIFrame*& aPlaceholderFrame);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Helper method to create next-in-flows if necessary. If aFrame
|
||||
|
@ -106,6 +106,7 @@ nsHTMLContainerFrame::CreatePlaceholderFrame(nsIPresContext& aPresContext,
|
||||
return placeholder;
|
||||
}
|
||||
|
||||
#if 0
|
||||
// XXX pass in aFrame's style context instead
|
||||
PRBool
|
||||
nsHTMLContainerFrame::MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
@ -140,6 +141,7 @@ nsHTMLContainerFrame::MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
|
||||
return PR_FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Create a next-in-flow for aFrame. Will return the newly created
|
||||
|
@ -45,11 +45,13 @@ public:
|
||||
// sibling pointers.
|
||||
// XXX bad api - need nsresult in case we attempt to move out of the
|
||||
// flow and run out of memory
|
||||
#if 0
|
||||
PRBool MoveFrameOutOfFlow(nsIPresContext& aPresContext,
|
||||
nsIFrame* aFrame,
|
||||
const nsStyleDisplay* aDisplay,
|
||||
const nsStylePosition* aPosition,
|
||||
nsIFrame*& aPlaceholderFrame);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Helper method to create next-in-flows if necessary. If aFrame
|
||||
|
Loading…
Reference in New Issue
Block a user