Bug 1008578 - Don't invalidate everything when a scrollframe becomes inactive. r=roc

This commit is contained in:
Markus Stange 2014-05-12 21:37:21 +02:00
parent 4db7ec1042
commit 4ffb1728b1

View File

@ -1878,7 +1878,7 @@ void ScrollFrameHelper::MarkInactive()
return;
mScrollingActive = false;
mOuter->InvalidateFrameSubtree();
mOuter->SchedulePaint();
}
void ScrollFrameHelper::MarkActive()