Back out 32c6f4faef5a (bug 1252929) on suspicion of causing test_MediaSource.html crashes @mozilla::layers::GLImage::GetAsSourceSurface on Android

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2016-03-07 20:19:32 -08:00
Родитель 5837cc5d4e
Коммит 8e8ebe463b
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -611,12 +611,7 @@ pref("layers.low-precision-opacity", "1.0");
// 2) Pages that have too many layers consume too much memory and crash.
// By limiting the number of layers on mobile we're making the main thread
// work harder keep scrolling smooth and memory low.
#ifdef NIGHTLY_BUILD
// Temporary experiment
pref("layers.max-active", 3);
#else
pref("layers.max-active", 20);
#endif
pref("notification.feature.enabled", true);
pref("dom.webnotifications.enabled", true);