Bug 1466448 - Part 2: Remove unused ReflowOutput::mFlags. r=mats

This commit is contained in:
Cameron McCormack
2018-06-04 16:22:10 +10:00
parent 95b5cade52
commit 322d7ed5cb
12 changed files with 16 additions and 40 deletions

View File

@@ -882,8 +882,7 @@ nsMathMLContainerFrame::Reflow(nsPresContext* aPresContext,
nsReflowStatus childStatus;
nsIFrame* childFrame = mFrames.FirstChild();
while (childFrame) {
ReflowOutput childDesiredSize(aReflowInput, // ???
aDesiredSize.mFlags);
ReflowOutput childDesiredSize(aReflowInput);
WritingMode wm = childFrame->GetWritingMode();
LogicalSize availSize = aReflowInput.ComputedSize(wm);
availSize.BSize(wm) = NS_UNCONSTRAINEDSIZE;