Change callers to use new nsIFrame overflow APIs. (Bug 542595, patch 20) r=roc a2.0=blocking2.0:beta8

This commit is contained in:
L. David Baron
2010-10-06 21:25:47 -07:00
parent 913a31cc5c
commit 77b20c65b1
32 changed files with 159 additions and 108 deletions

View File

@@ -115,7 +115,7 @@ private:
nsRect
nsDisplayButtonBoxShadowOuter::GetBounds(nsDisplayListBuilder* aBuilder) {
return mFrame->GetOverflowRect() + ToReferenceFrame();
return mFrame->GetVisualOverflowRect() + ToReferenceFrame();
}
void