Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc

This commit is contained in:
Jonathan Kew
2009-04-06 12:31:50 +12:00
parent ad75464e5e
commit ccbd2d2564
19 changed files with 181 additions and 59 deletions

View File

@@ -159,7 +159,7 @@ struct nsHTMLReflowMetrics {
nsCollapsingMargin mCarriedOutBottomMargin;
// For frames that have content that overflow their content area
// (NS_FRAME_OUTSIDE_CHILDREN) this rectangle represents the total area
// (HasOverflowRect() is true) this rectangle represents the total area
// of the frame including visible overflow, i.e., don't include overflowing
// content that is hidden.
// The rect is in the local coordinate space of the frame, and should be at