Issue #1355 - Fix the nit, remove nsPoint offset in nsFrame.cpp and change PresShellState member order

This commit is contained in:
win7-7 2020-05-10 15:00:08 +03:00 committed by Roy Tam
commit e87c06beb3
3 changed files with 3 additions and 5 deletions

View file

@ -2707,8 +2707,7 @@ nsIFrame::BuildDisplayListForChild(nsDisplayListBuilder* aBuilder,
// dirty rect in child-relative coordinates
NS_ASSERTION(aBuilder->GetCurrentFrame() == this, "Wrong coord space!");
nsPoint offset = child->GetOffsetTo(this);
nsRect dirty = aBuilder->GetDirtyRect() - offset;
nsRect dirty = aBuilder->GetDirtyRect() - child->GetOffsetTo(this);
if (childType == nsGkAtoms::placeholderFrame) {
isPlaceholder = true;