From 7f2b6ffa0b4d64660ac1070caa5644deb61185a9 Mon Sep 17 00:00:00 2001 From: Jeff Gilbert Date: Wed, 2 Sep 2020 14:41:46 +0000 Subject: [PATCH] Bug 1654459 - Default webgl.enable-surface-texture to true. r=snorp This should match the previous behavior where non-parent processes ignored the pref and used surface textures. Differential Revision: https://phabricator.services.mozilla.com/D84476 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index d22f74065083..2f17b4fdd95e 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9785,7 +9785,7 @@ - name: webgl.enable-surface-texture type: RelaxedAtomicBool - value: false + value: true mirror: always - name: webgl.enable-webgl2