Bug 962881 - Fix regression to y scrolling with x overflow:hidden. r=botond

This commit is contained in:
Benoit Girard
2014-01-23 11:57:40 -05:00
parent 44bea8f680
commit 65a8f833ae

View File

@@ -1228,7 +1228,7 @@ bool FlingAnimation::Sample(FrameMetrics& aFrameMetrics,
mX.AdjustDisplacement(cssOffset.x, overscroll.x,
aFrameMetrics.GetDisableScrollingX()),
mY.AdjustDisplacement(cssOffset.y, overscroll.y,
aFrameMetrics.GetDisableScrollingX())
aFrameMetrics.GetDisableScrollingY())
));
return true;