Backed out changeset b2b359340a84 (bug 1283302) for causing talos regressions.

MozReview-Commit-ID: FloqgtgNZRZ
This commit is contained in:
Daniel Holbert 2016-11-15 15:03:51 -08:00
Родитель cc0fb19cc1
Коммит 904c4d5efd
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -67,13 +67,9 @@ typedef nsClassHashtable<nsUint64HashKey, mozilla::CSSIntRegion> 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,