Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D163607
This commit is contained in:
Martin Robinson
2022-12-02 12:27:31 +00:00
parent 1e7357cd10
commit 62878408df
49 changed files with 170 additions and 146 deletions

View File

@@ -5153,7 +5153,8 @@ void nsDocShell::SetScrollbarPreference(mozilla::ScrollbarPreference aPref) {
if (!scrollFrame) {
return;
}
ps->FrameNeedsReflow(scrollFrame, IntrinsicDirty::StyleChange,
ps->FrameNeedsReflow(scrollFrame,
IntrinsicDirty::FrameAncestorsAndDescendants,
NS_FRAME_IS_DIRTY);
}