Backout 4cb3a97de6ee (bug 1153589) for causing bug 1170611.

This commit is contained in:
Timothy Nikkel 2015-06-02 16:32:00 -05:00
parent afa772030c
commit 73afe5fb6e

View File

@ -570,8 +570,9 @@ pref("apz.test.logging_enabled", false);
pref("gfx.hidpi.enabled", 2);
#endif
#if !defined(MOZ_WIDGET_ANDROID)
// Containerless scrolling for root frames does not yet pass tests on Android.
#if !defined(MOZ_WIDGET_GONK) && !defined(MOZ_WIDGET_ANDROID)
// Containerless scrolling for root frames does not yet pass tests on Android
// or B2G.
pref("layout.scroll.root-frame-containers", false);
#endif