Bug 1424528 part 2 - Remove nsDidReflowStatus param in DidReflow declarations (automated change). r=dholbert
MozReview-Commit-ID: 44pchGXzYL7
This commit is contained in:
@@ -1504,8 +1504,7 @@ nsListControlFrame::AboutToRollup()
|
||||
|
||||
void
|
||||
nsListControlFrame::DidReflow(nsPresContext* aPresContext,
|
||||
const ReflowInput* aReflowInput,
|
||||
nsDidReflowStatus aStatus)
|
||||
const ReflowInput* aReflowInput)
|
||||
{
|
||||
bool wasInterrupted = !mHasPendingInterruptAtStartOfReflow &&
|
||||
aPresContext->HasPendingInterrupt();
|
||||
|
||||
Reference in New Issue
Block a user