summaryrefslogtreecommitdiffstats
path: root/gfx/config/gfxVars.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /gfx/config/gfxVars.h
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/config/gfxVars.h')
-rw-r--r--gfx/config/gfxVars.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfx/config/gfxVars.h b/gfx/config/gfxVars.h
index d74255b5db..c23db91cec 100644
--- a/gfx/config/gfxVars.h
+++ b/gfx/config/gfxVars.h
@@ -58,7 +58,7 @@ class gfxVarReceiver;
_(WebRenderBatchedUploadThreshold, int32_t, 512 * 512) \
_(UseSoftwareWebRender, bool, false) \
_(AllowSoftwareWebRenderD3D11, bool, false) \
- _(ScreenDepth, int32_t, 0) \
+ _(PrimaryScreenDepth, int32_t, 0) \
_(GREDirectory, nsString, nsString()) \
_(ProfDirectory, nsString, nsString()) \
_(AllowD3D11KeyedMutex, bool, false) \
@@ -101,7 +101,8 @@ class gfxVarReceiver;
_(AllowSoftwareWebRenderOGL, bool, false) \
_(WebglUseHardware, bool, true) \
_(WebRenderOverlayVpAutoHDR, bool, false) \
- _(WebRenderOverlayVpSuperResolution, bool, false)
+ _(WebRenderOverlayVpSuperResolution, bool, false) \
+ _(AllowWebGPUPresentWithoutReadback, bool, false)
/* Add new entries above this line. */