Enable direct plugin drawing by default. (bug 1229961 part 2, r=aklotz)

--HG--
extra : rebase_source : fc718a29224cc5555b36e0ff732de40271a688e8
This commit is contained in:
David Anderson 2015-12-10 13:16:43 -08:00
parent d8db9b6470
commit 82b126c625

View File

@ -2589,7 +2589,7 @@ pref("dom.ipc.plugins.asyncInit.enabled", true);
#endif
// Allow the AsyncDrawing mode to be used for plugins.
pref("dom.ipc.plugins.asyncdrawing.enabled", false);
pref("dom.ipc.plugins.asyncdrawing.enabled", true);
pref("dom.ipc.processCount", 1);
@ -3173,9 +3173,6 @@ pref("plugin.scan.WindowsMediaPlayer", "7.0");
// Which is currently HKLM\Software\MozillaPlugins\xxxPLIDxxx\Path
pref("plugin.scan.plid.all", true);
// Allow the new AsyncDrawing mode to be used for plugins.
pref("plugin.allow.asyncdrawing", false);
// Help Windows NT, 2000, and XP dialup a RAS connection
// when a network address is unreachable.
pref("network.autodial-helper.enabled", true);