Bug 1013780. Silly bustage fixup.

This commit is contained in:
Timothy Nikkel
2014-05-21 23:17:56 -05:00
parent 83e0c3d4c5
commit e139c4a4fd

View File

@@ -2602,7 +2602,7 @@ nsLayoutUtils::GetOrMaybeCreateDisplayPort(nsDisplayListBuilder& aBuilder,
// displayport. // displayport.
// Note: we only do this in processes where we do subframe scrolling to // Note: we only do this in processes where we do subframe scrolling to
// begin with (i.e., not in the parent process on B2G). // begin with (i.e., not in the parent process on B2G).
if (aBuilder->IsPaintingToWindow() && WantSubAPZC() && if (aBuilder.IsPaintingToWindow() && WantSubAPZC() &&
!aBuilder.HaveScrollableDisplayPort() && !aBuilder.HaveScrollableDisplayPort() &&
scrollableFrame->WantAsyncScroll()) { scrollableFrame->WantAsyncScroll()) {