mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 692968 - Make nsDisplayTableItem::GetBounds return the untransformed overflow area. r=tn
This commit is contained in:
parent
d3b7077c0c
commit
3da7419584
@ -1074,7 +1074,7 @@ nsTableFrame::GetChildLists(nsTArray<ChildList>* aLists) const
|
|||||||
|
|
||||||
nsRect
|
nsRect
|
||||||
nsDisplayTableItem::GetBounds(nsDisplayListBuilder* aBuilder) {
|
nsDisplayTableItem::GetBounds(nsDisplayListBuilder* aBuilder) {
|
||||||
return mFrame->GetVisualOverflowRect() + ToReferenceFrame();
|
return mFrame->GetVisualOverflowRectRelativeToSelf() + ToReferenceFrame();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user