summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxPrefs.h
diff options
context:
space:
mode:
authorLeorize <alaviss@users.noreply.github.com>2018-09-24 08:26:53 +0700
committerLeorize <alaviss@users.noreply.github.com>2018-09-25 14:55:50 +0700
commit1c159bf4dc4885e85bcff4099168a35b18848a92 (patch)
tree96cc27412e2883d5fddeb10498eb0f693c22b0a1 /gfx/thebes/gfxPrefs.h
parent8d3931df24d84194bbab474f6618e63eb4fd603b (diff)
downloadUXP-1c159bf4dc4885e85bcff4099168a35b18848a92.tar
UXP-1c159bf4dc4885e85bcff4099168a35b18848a92.tar.gz
UXP-1c159bf4dc4885e85bcff4099168a35b18848a92.tar.lz
UXP-1c159bf4dc4885e85bcff4099168a35b18848a92.tar.xz
UXP-1c159bf4dc4885e85bcff4099168a35b18848a92.zip
gfx: add pref for enabling APZ without e10s
Diffstat (limited to 'gfx/thebes/gfxPrefs.h')
-rw-r--r--gfx/thebes/gfxPrefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/thebes/gfxPrefs.h b/gfx/thebes/gfxPrefs.h
index 359a258c7..1253fdb48 100644
--- a/gfx/thebes/gfxPrefs.h
+++ b/gfx/thebes/gfxPrefs.h
@@ -310,6 +310,7 @@ private:
DECL_GFX_PREF(Live, "apz.y_stationary_size_multiplier", APZYStationarySizeMultiplier, float, 3.5f);
DECL_GFX_PREF(Live, "apz.zoom_animation_duration_ms", APZZoomAnimationDuration, int32_t, 250);
DECL_GFX_PREF(Live, "apz.scale_repaint_delay_ms", APZScaleRepaintDelay, int32_t, 500);
+ DECL_GFX_PREF(Once, "apz.desktop.enabled", APZDesktopEnabled, bool, false);
DECL_GFX_PREF(Live, "browser.ui.zoom.force-user-scalable", ForceUserScalable, bool, false);
DECL_GFX_PREF(Live, "browser.viewport.desktopWidth", DesktopViewportWidth, int32_t, 980);