Bug 1760786 - Ensure we only use WebGL in the content process on Android for DOM workers. r=jgilbert

Differential Revision: https://phabricator.services.mozilla.com/D141724
This commit is contained in:
Andrew Osmond 2022-03-25 23:50:24 +00:00
Родитель 789c845570
Коммит 117accba1a
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -12668,7 +12668,13 @@
- name: webgl.out-of-process.worker
type: RelaxedAtomicBool
# (When reading the next line, know that preprocessor.py doesn't
# understand parentheses, but && is higher precedence than ||.)
#if defined(XP_MACOSX) || defined(XP_WIN) || defined(XP_LINUX) && !defined(MOZ_WIDGET_ANDROID)
value: true
#else
value: false
#endif
mirror: always
- name: webgl.out-of-process.force