Bug 1414666 part 1 - Add nsIFrame::PresShell() for convenient access to the shell. r=emilio

MozReview-Commit-ID: 8FPTPKWyVtY
This commit is contained in:
Mats Palmgren
2017-11-09 03:00:48 +01:00
parent 6599cc449b
commit 2544eb586c
70 changed files with 255 additions and 251 deletions

View File

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