Bug 1886292 - Let webrender low-quality pinch zoom ride the trains on Android. r=nical

We should have done this a long time ago but forgot that it was nightly-only.

Differential Revision: https://phabricator.services.mozilla.com/D205136
This commit is contained in:
Jamie Nicol 2024-03-19 21:35:21 +00:00
Родитель 1dcd15d26b
Коммит 9ea5032c78
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6811,7 +6811,7 @@
# for devices with weak GPUs, or when running SWGL.
- name: gfx.webrender.low-quality-pinch-zoom
type: bool
#if defined(MOZ_WIDGET_ANDROID) && defined(NIGHTLY_BUILD)
#if defined(MOZ_WIDGET_ANDROID)
value: true
#else
value: false