From 7f922fb774a7f1d717cf1ed591f94fa93456b4b0 Mon Sep 17 00:00:00 2001 From: Kristen Wright Date: Mon, 25 Nov 2019 22:07:53 +0000 Subject: [PATCH] Bug 1599203 - Set webgl.dxgl.enabled on Windows to true r=njn This was overlooked when removing duplicates in bug 1575983. Differential Revision: https://phabricator.services.mozilla.com/D54587 --HG-- extra : moz-landing-system : lando --- modules/libpref/init/StaticPrefList.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 5d87b070bdb1..cacbf5924885 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -7736,7 +7736,11 @@ - name: webgl.dxgl.enabled type: RelaxedAtomicBool +#ifdef XP_WIN + value: true +#else value: false +#endif mirror: always - name: webgl.dxgl.needs-finish