Bug 959874 - Reorder two parameters in nsContainerFrame::FinishReflowChild(), for consistency with nsContainerFrame::ReflowChild(). r=dholbert
This commit is contained in:
@@ -329,7 +329,7 @@ nsHTMLButtonControlFrame::ReflowButtonContents(nsPresContext* aPresContext,
|
||||
|
||||
// Place the child
|
||||
FinishReflowChild(aFirstKid, aPresContext,
|
||||
&contentsReflowState, contentsDesiredSize,
|
||||
contentsDesiredSize, &contentsReflowState,
|
||||
xoffset, yoffset, 0);
|
||||
|
||||
// Make sure we have a useful 'ascent' value for the child
|
||||
|
||||
Reference in New Issue
Block a user