diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-09-26 13:55:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 13:55:38 +0200 |
commit | 326611aaaed36d4d6e44fa77e781ed3e2e43539d (patch) | |
tree | ab4388e807924f543d0d4a8ab58f7f5f25973ffc /gfx/thebes/gfxPrefs.h | |
parent | e3508f55bed8a463d298021633dbc7d079c9d764 (diff) | |
parent | 1c159bf4dc4885e85bcff4099168a35b18848a92 (diff) | |
download | UXP-326611aaaed36d4d6e44fa77e781ed3e2e43539d.tar UXP-326611aaaed36d4d6e44fa77e781ed3e2e43539d.tar.gz UXP-326611aaaed36d4d6e44fa77e781ed3e2e43539d.tar.lz UXP-326611aaaed36d4d6e44fa77e781ed3e2e43539d.tar.xz UXP-326611aaaed36d4d6e44fa77e781ed3e2e43539d.zip |
Merge pull request #788 from alaviss/apz-experimental
gfx: add pref for enabling APZ without e10s
Diffstat (limited to 'gfx/thebes/gfxPrefs.h')
-rw-r--r-- | gfx/thebes/gfxPrefs.h | 1 |
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); |