зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1638466 - Enable out-of-process WebGL on Linux. r=jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D138612
This commit is contained in:
Родитель
e4c2b99c8e
Коммит
a4c23e82dd
|
@ -12518,7 +12518,9 @@
|
|||
|
||||
- name: webgl.out-of-process
|
||||
type: RelaxedAtomicBool
|
||||
#if defined(XP_MACOSX) || defined(XP_WIN)
|
||||
# (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
|
||||
|
|
Загрузка…
Ссылка в новой задаче