Bug 1013780. Silly bustage fixup.
This commit is contained in:
@@ -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()) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user