Bug 92977. Remove redundant |MoveViewTo()| call. sr=attinasi.
git-svn-id: svn://10.0.0.236/trunk@100280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a0022210dd
commit
cce5104b49
@ -402,7 +402,6 @@ nsContainerFrame::PositionFrameView(nsIPresContext* aPresContext,
|
||||
// but we need it in the coordinate space of the parent view so do a
|
||||
// view translation
|
||||
NS_VERIFY(TranslatePointTo(origin, containingView, parentView), "translation failed");
|
||||
vm->MoveViewTo(aView, origin.x, origin.y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -402,7 +402,6 @@ nsContainerFrame::PositionFrameView(nsIPresContext* aPresContext,
|
||||
// but we need it in the coordinate space of the parent view so do a
|
||||
// view translation
|
||||
NS_VERIFY(TranslatePointTo(origin, containingView, parentView), "translation failed");
|
||||
vm->MoveViewTo(aView, origin.x, origin.y);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user