Forgot file for bug 363637. r+sr=dbaron

This commit is contained in:
bzbarsky%mit.edu 2006-12-18 03:34:05 +00:00
Родитель a0609cfc4c
Коммит 8e2d044803
1 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -420,10 +420,17 @@ protected:
const nsMargin* aBorder,
const nsMargin* aPadding);
// Returns the nearest containing block frame for the specified frame. Also
// returns the left edge and width of the containing block's content area.
// These are returned in the coordinate space of the containing block.
nsIFrame* GetNearestContainingBlock(nsIFrame* aFrame, nscoord& aCBLeftEdge,
nscoord& aCBWidth);
void CalculateHypotheticalBox(nsPresContext* aPresContext,
nsIFrame* aPlaceholderFrame,
nsIFrame* aContainingBlock,
nsMargin& aBlockContentArea,
nsIFrame* aPlaceholderFrame,
nsIFrame* aContainingBlock,
nscoord aBlockLeftContentEdge,
nscoord aBlockContentWidth,
const nsHTMLReflowState* cbrs,
nsHypotheticalBox& aHypotheticalBox);