diff --git a/layout/generic/nsGfxScrollFrame.cpp b/layout/generic/nsGfxScrollFrame.cpp index 374079d5d84b..dbc1e0f23c62 100644 --- a/layout/generic/nsGfxScrollFrame.cpp +++ b/layout/generic/nsGfxScrollFrame.cpp @@ -1878,7 +1878,7 @@ void ScrollFrameHelper::MarkInactive() return; mScrollingActive = false; - mOuter->InvalidateFrameSubtree(); + mOuter->SchedulePaint(); } void ScrollFrameHelper::MarkActive()