Enable restarting the GPU process when it dies. (bug 1337131, r=milan)

--HG--
extra : rebase_source : cf9b1ffc224fcfb9cb06b8f2d0ada80ef38fa702
This commit is contained in:
David Anderson 2017-03-07 23:58:30 -08:00
parent 2ab128503c
commit c0760d9249

View File

@ -4609,6 +4609,7 @@ pref("layers.bench.enabled", false);
#if defined(XP_WIN)
pref("layers.gpu-process.enabled", true);
pref("layers.gpu-process.max_restarts", 3);
pref("media.gpu-process-decoder", true);
#endif