зеркало из https://github.com/mozilla/pjs.git
Forgot file for bug 363637. r+sr=dbaron
This commit is contained in:
Родитель
a0609cfc4c
Коммит
8e2d044803
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче