Bug 833033 - Schedule a paint when document state changes. r=roc

This commit is contained in:
Matt Woodrow 2013-01-30 18:07:30 +13:00
parent aba96f20c7
commit c687c7e2ce

View File

@ -4005,6 +4005,7 @@ PresShell::DocumentStatesChanged(nsIDocument* aDocument,
if (root->HasView()) {
root->GetView()->SetForcedRepaint(true);
}
root->SchedulePaint();
}
}
}