зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1904487 - Add missing gfxSVGFEBlend variable in sandbox for reftests r=gfx-reviewers,gw
Differential Revision: https://phabricator.services.mozilla.com/D214906
This commit is contained in:
Родитель
ff85c29a94
Коммит
0ed2355d38
|
@ -652,6 +652,9 @@ function BuildConditionSandbox(aURL) {
|
|||
sandbox.gfxSVGFE =
|
||||
Services.prefs.getBoolPref("gfx.webrender.svg-filter-effects") &&
|
||||
!g.useDrawSnapshot;
|
||||
sandbox.gfxSVGFEBlend =
|
||||
Services.prefs.getBoolPref("gfx.webrender.svg-filter-effects.feblend") &&
|
||||
sandbox.gfxSVGFE;
|
||||
sandbox.gfxSVGFEColorMatrix =
|
||||
Services.prefs.getBoolPref(
|
||||
"gfx.webrender.svg-filter-effects.fecolormatrix"
|
||||
|
|
Загрузка…
Ссылка в новой задаче