Bug 1424528 part 2 - Remove nsDidReflowStatus param in DidReflow declarations (automated change). r=dholbert

MozReview-Commit-ID: 44pchGXzYL7
This commit is contained in:
Mats Palmgren
2017-12-14 16:21:49 +01:00
parent 56d84f22af
commit 430070c174
12 changed files with 12 additions and 24 deletions

View File

@@ -1504,8 +1504,7 @@ nsListControlFrame::AboutToRollup()
void
nsListControlFrame::DidReflow(nsPresContext* aPresContext,
const ReflowInput* aReflowInput,
nsDidReflowStatus aStatus)
const ReflowInput* aReflowInput)
{
bool wasInterrupted = !mHasPendingInterruptAtStartOfReflow &&
aPresContext->HasPendingInterrupt();