Bug 1351148 Part12: Disable input event queue until related bugs are fixed. r=smaug.

MozReview-Commit-ID: 74cycVYPe20
This commit is contained in:
Stone Shih 2017-08-08 10:48:49 +08:00
Родитель daa217691b
Коммит c5c60639fa
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3122,7 +3122,7 @@ pref("idle_queue.long_period", 50);
// Control the event prioritization on content main thread
#ifdef NIGHTLY_BUILD
pref("prioritized_input_events.enabled", true);
pref("prioritized_input_events.enabled", false);
#else
pref("prioritized_input_events.enabled", false);
#endif