diff --git a/layout/base/nsPresShell.h b/layout/base/nsPresShell.h index 76a935202a32..b2d0fc76211b 100644 --- a/layout/base/nsPresShell.h +++ b/layout/base/nsPresShell.h @@ -66,9 +66,9 @@ typedef nsClassHashtable VisibleRegions; } // namespace mozilla -// 5ms. This is actually pref-controlled, but we use this value if we fail +// 250ms. This is actually pref-controlled, but we use this value if we fail // to get the pref for any reason. -#define PAINTLOCK_EVENT_DELAY 5 +#define PAINTLOCK_EVENT_DELAY 250 class PresShell final : public nsIPresShell, public nsStubDocumentObserver,