Bug 1414666 part 1 - Add nsIFrame::PresShell() for convenient access to the shell. r=emilio
MozReview-Commit-ID: 8FPTPKWyVtY
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user