diff --git a/layout/generic/nsGfxScrollFrame.cpp b/layout/generic/nsGfxScrollFrame.cpp index df8ff01b4f9..364bf10385b 100644 --- a/layout/generic/nsGfxScrollFrame.cpp +++ b/layout/generic/nsGfxScrollFrame.cpp @@ -1251,9 +1251,9 @@ IsSmoothScrollingEnabled() class ScrollFrameActivityTracker : public nsExpirationTracker { public: - // Wait for 75-100ms between scrolls before we switch the appearance back to - // subpixel AA. That's 4 generations of 25ms each. - enum { TIMEOUT_MS = 25 }; + // Wait for 3-4s between scrolls before we remove our layers. + // That's 4 generations of 1s each. + enum { TIMEOUT_MS = 1000 }; ScrollFrameActivityTracker() : nsExpirationTracker(TIMEOUT_MS) {} ~ScrollFrameActivityTracker() {