зеркало из https://github.com/mozilla/gecko-dev.git
Removed a function that wasn't needed and that would leak any child frames
that were passed in
This commit is contained in:
Родитель
b1a5200840
Коммит
d686fa3f6e
|
@ -65,10 +65,6 @@ public:
|
||||||
|
|
||||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||||
|
|
||||||
NS_IMETHOD SetInitialChildList(nsIPresContext& aPresContext,
|
|
||||||
nsIAtom* aListName,
|
|
||||||
nsIFrame* aChildList);
|
|
||||||
|
|
||||||
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
||||||
nsHTMLReflowMetrics& aDesiredSize,
|
nsHTMLReflowMetrics& aDesiredSize,
|
||||||
const nsHTMLReflowState& aReflowState,
|
const nsHTMLReflowState& aReflowState,
|
||||||
|
@ -178,14 +174,6 @@ nsrefcnt nsImageControlFrame::Release(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
|
||||||
nsImageControlFrame::SetInitialChildList(nsIPresContext& aPresContext,
|
|
||||||
nsIAtom* aListName,
|
|
||||||
nsIFrame* aChildList)
|
|
||||||
{
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
NS_METHOD
|
NS_METHOD
|
||||||
nsImageControlFrame::Reflow(nsIPresContext& aPresContext,
|
nsImageControlFrame::Reflow(nsIPresContext& aPresContext,
|
||||||
nsHTMLReflowMetrics& aDesiredSize,
|
nsHTMLReflowMetrics& aDesiredSize,
|
||||||
|
|
|
@ -65,10 +65,6 @@ public:
|
||||||
|
|
||||||
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
||||||
|
|
||||||
NS_IMETHOD SetInitialChildList(nsIPresContext& aPresContext,
|
|
||||||
nsIAtom* aListName,
|
|
||||||
nsIFrame* aChildList);
|
|
||||||
|
|
||||||
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
NS_IMETHOD Reflow(nsIPresContext& aPresContext,
|
||||||
nsHTMLReflowMetrics& aDesiredSize,
|
nsHTMLReflowMetrics& aDesiredSize,
|
||||||
const nsHTMLReflowState& aReflowState,
|
const nsHTMLReflowState& aReflowState,
|
||||||
|
@ -178,14 +174,6 @@ nsrefcnt nsImageControlFrame::Release(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_IMETHODIMP
|
|
||||||
nsImageControlFrame::SetInitialChildList(nsIPresContext& aPresContext,
|
|
||||||
nsIAtom* aListName,
|
|
||||||
nsIFrame* aChildList)
|
|
||||||
{
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
NS_METHOD
|
NS_METHOD
|
||||||
nsImageControlFrame::Reflow(nsIPresContext& aPresContext,
|
nsImageControlFrame::Reflow(nsIPresContext& aPresContext,
|
||||||
nsHTMLReflowMetrics& aDesiredSize,
|
nsHTMLReflowMetrics& aDesiredSize,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче