WebRender preference (gfx.webrender.enable, false by default)

This commit is contained in:
wuggy 2026-09-17 23:27:05 -07:00
commit 1190eb1c6a
3 changed files with 7 additions and 1 deletions

View file

@ -409,6 +409,8 @@ private:
DECL_GFX_PREF(Once, "gfx.use-iosurface-textures", UseIOSurfaceTextures, bool, false);
DECL_GFX_PREF(Live, "gfx.webrender.enabled", WebRenderEnabled, bool, false);
// These times should be in milliseconds
DECL_GFX_PREF(Once, "gfx.touch.resample.delay-threshold", TouchResampleVsyncDelayThreshold, int32_t, 20);
DECL_GFX_PREF(Once, "gfx.touch.resample.max-predict", TouchResampleMaxPredict, int32_t, 8);