From 904c4d5efdf9d584904b1274205e989adb21bfbb Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Tue, 15 Nov 2016 15:03:51 -0800 Subject: [PATCH] Backed out changeset b2b359340a84 (bug 1283302) for causing talos regressions. MozReview-Commit-ID: FloqgtgNZRZ --- layout/base/nsPresShell.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/layout/base/nsPresShell.h b/layout/base/nsPresShell.h index feaf1261d140..ad4ede08bb27 100644 --- a/layout/base/nsPresShell.h +++ b/layout/base/nsPresShell.h @@ -67,13 +67,9 @@ typedef nsClassHashtable VisibleRegions; } // namespace mozilla -// 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. -#ifdef MOZ_WIDGET_ANDROID #define PAINTLOCK_EVENT_DELAY 250 -#else -#define PAINTLOCK_EVENT_DELAY 5 -#endif class PresShell final : public nsIPresShell, public nsStubDocumentObserver,