diff --git a/gfx/layers/ipc/AsyncPanZoomController.cpp b/gfx/layers/ipc/AsyncPanZoomController.cpp index e530ba67353d..e22d9cb1e0f6 100644 --- a/gfx/layers/ipc/AsyncPanZoomController.cpp +++ b/gfx/layers/ipc/AsyncPanZoomController.cpp @@ -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;