commit 7a7ab068df6cb35282b7deb881dd6dd43752c656
parent cee649385a13a083a52604a83eef0650eda40237
Author: Gregory Pappas <gp3033@protonmail.com>
Date: Sat, 22 Nov 2025 18:47:14 +0000
Bug 2001810 - Expose gfx.use-mutex-on-present pref to Windows only r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D273722
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
@@ -7411,10 +7411,12 @@
mirror: once
#endif
+#ifdef XP_WIN
- name: gfx.use-mutex-on-present
type: bool
value: false
mirror: once
+#endif
#ifdef MOZ_WIDGET_ANDROID
# Use SurfaceTextures as preferred backend for TextureClient/Host.