Bug 1340934 - Enable flash async drawing on release channels. r=bsmedberg

MozReview-Commit-ID: 6SmdWRrGmEI
This commit is contained in:
Jim Mathies 2017-03-15 09:28:55 -05:00
Родитель e71d306d16
Коммит 0c32abc1ad
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -3082,14 +3082,10 @@ pref("dom.ipc.plugins.unloadTimeoutSecs", 30);
// Asynchronous plugin initialization is on hold. // Asynchronous plugin initialization is on hold.
pref("dom.ipc.plugins.asyncInit.enabled", false); pref("dom.ipc.plugins.asyncInit.enabled", false);
#ifdef RELEASE_OR_BETA // Use flash async drawing mode
pref("dom.ipc.plugins.asyncdrawing.enabled", false);
#else
// Allow the AsyncDrawing mode to be used for plugins in dev channels.
pref("dom.ipc.plugins.asyncdrawing.enabled", true); pref("dom.ipc.plugins.asyncdrawing.enabled", true);
// Force the accelerated path for a subset of Flash wmode values // Force the accelerated path for a subset of Flash wmode values
pref("dom.ipc.plugins.forcedirect.enabled", true); pref("dom.ipc.plugins.forcedirect.enabled", true);
#endif
#ifdef RELEASE_OR_BETA #ifdef RELEASE_OR_BETA
pref("dom.ipc.processCount", 1); pref("dom.ipc.processCount", 1);