Bug 1153589 - Enable containerless-root scrolling on B2G. r=tnikkel

This commit is contained in:
Kartikaya Gupta 2015-05-18 02:58:04 -05:00
parent ab4e9df8c8
commit 268ad08c6b

View File

@ -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