зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1153589 - Enable containerless-root scrolling on B2G. r=tnikkel
This commit is contained in:
Родитель
8e5e509026
Коммит
6d802fb2c1
|
@ -570,9 +570,8 @@ pref("apz.test.logging_enabled", false);
|
|||
pref("gfx.hidpi.enabled", 2);
|
||||
#endif
|
||||
|
||||
#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
|
||||
// Containerless scrolling for root frames does not yet pass tests on Android
|
||||
// or B2G.
|
||||
#if !defined(MOZ_WIDGET_ANDROID)
|
||||
// Containerless scrolling for root frames does not yet pass tests on Android.
|
||||
pref("layout.scroll.root-frame-containers", false);
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче