Bug 656875 - Use the transformed dirty rectngle when building display list items for stacking context; r=roc

This commit is contained in:
Ehsan Akhgari
2011-05-16 13:27:24 -04:00
parent a85d9bb5ea
commit 31b97d705f
3 changed files with 14 additions and 1 deletions

View File

@@ -1645,7 +1645,7 @@ nsIFrame::BuildDisplayListForStackingContext(nsDisplayListBuilder* aBuilder,
}
// Mark the display list items for absolutely positioned children
MarkAbsoluteFramesForDisplayList(aBuilder, aDirtyRect);
MarkAbsoluteFramesForDisplayList(aBuilder, dirtyRect);
nsDisplayListCollection set;
nsresult rv;