зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1550422
- P1. Add GPU process selector to prefs module. r=spohl,mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D30586 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
a7d76c8887
Коммит
63a416f158
|
@ -195,9 +195,6 @@ class gfxPrefs final {
|
|||
CopyPrefValue(&mValue, aOutValue);
|
||||
}
|
||||
void SetCachedValue(const GfxPrefValue& aOutValue) override {
|
||||
// This is only used in non-XPCOM processes.
|
||||
MOZ_ASSERT(!IsPrefsServiceAvailable());
|
||||
|
||||
T newValue;
|
||||
CopyPrefValue(&aOutValue, &newValue);
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Classes = [
|
|||
'type': 'mozilla::Preferences',
|
||||
'headers': ['mozilla/Preferences.h'],
|
||||
'constructor': 'mozilla::Preferences::GetInstanceForService',
|
||||
'processes': ProcessSelector.ALLOW_IN_RDD_AND_SOCKET_PROCESS,
|
||||
'processes': ProcessSelector.ALLOW_IN_GPU_RDD_AND_SOCKET_PROCESS,
|
||||
},
|
||||
{
|
||||
'cid': '{064d9cee-1dd2-11b2-83e3-d25ab0193c26}',
|
||||
|
|
Загрузка…
Ссылка в новой задаче