Bug 1008917 - part 5,6,7, make ReflowChild() and FinishReflowChild() return type 'void', and make a few related helper methods 'void' too. r=roc
This commit is contained in:
@@ -827,7 +827,7 @@ nsMathMLContainerFrame::UpdateOverflow()
|
||||
return false;
|
||||
}
|
||||
|
||||
nsresult
|
||||
void
|
||||
nsMathMLContainerFrame::ReflowChild(nsIFrame* aChildFrame,
|
||||
nsPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
@@ -875,7 +875,6 @@ nsMathMLContainerFrame::ReflowChild(nsIFrame* aChildFrame,
|
||||
aDesiredSize.mBoundingMetrics.descent = r.YMost() - aDesiredSize.TopAscent();
|
||||
aDesiredSize.mBoundingMetrics.width = aDesiredSize.Width();
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user