Backed out changeset 93943a21b457 (bug 1148582) for android r6 orange CLOSED TREE

This commit is contained in:
Wes Kocher 2015-05-26 16:12:17 -07:00
Родитель 8db5eb0833
Коммит 9bd0348fb3
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3091,7 +3091,7 @@ ScrollFrameHelper::ComputeFrameMetrics(Layer* aLayer,
parentLayerClip = Some(clip);
}
if (!nsLayoutUtils::UsesAsyncScrolling()) {
if (!gfxPrefs::AsyncPanZoomEnabled()) {
if (parentLayerClip) {
// If APZ is not enabled, we still need the displayport to be clipped
// in the compositor.