summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/src/AutoscrollAnimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/apz/src/AutoscrollAnimation.cpp')
-rw-r--r--gfx/layers/apz/src/AutoscrollAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/layers/apz/src/AutoscrollAnimation.cpp b/gfx/layers/apz/src/AutoscrollAnimation.cpp
index 8d4b8fca10..45063ef2b4 100644
--- a/gfx/layers/apz/src/AutoscrollAnimation.cpp
+++ b/gfx/layers/apz/src/AutoscrollAnimation.cpp
@@ -17,7 +17,7 @@ namespace mozilla {
namespace layers {
// Helper function for AutoscrollAnimation::DoSample().
-// Basically copied as-is from toolkit/actors/AutoScrollChild.jsm.
+// Basically copied as-is from toolkit/actors/AutoScrollChild.sys.mjs.
static float Accelerate(ScreenCoord curr, ScreenCoord start) {
static const int speed = 12;
float val = (curr - start) / speed;