Issue #1643 - Part 4: Hook up all the plumbing.

This commit is contained in:
Moonchild 2020-09-16 19:39:33 +00:00 committed by roytam1
commit 57d143dc6e
5 changed files with 46 additions and 2 deletions

View file

@ -9060,6 +9060,11 @@ PresShell::DidDoReflow(bool aInterruptible)
docShell->NotifyReflowObservers(aInterruptible, mLastReflowStart, now);
}
// Notify resize observers on reflow.
if (!mPresContext->HasPendingInterrupt()) {
mDocument->ScheduleResizeObserversNotification();
}
if (sSynthMouseMove) {
SynthesizeMouseMove(false);
}