Bug 1414666 part 2 - A few formatting improvements after mass conversion of PresContext()->PresShell() to PresShell(). r=emilio

MozReview-Commit-ID: FoEnINS0Jbk
This commit is contained in:
Mats Palmgren
2017-11-09 03:00:48 +01:00
parent 2544eb586c
commit 917be0a687
17 changed files with 60 additions and 83 deletions

View File

@@ -4132,9 +4132,8 @@ void HTMLMediaElement::SetPlayedOrSeeked(bool aValue)
if (!frame) {
return;
}
frame->PresShell()->FrameNeedsReflow(frame,
nsIPresShell::eTreeChange,
NS_FRAME_IS_DIRTY);
frame->PresShell()->FrameNeedsReflow(frame, nsIPresShell::eTreeChange,
NS_FRAME_IS_DIRTY);
}
void