Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D163607
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user