Made FindLineFor() public because I need to call it from the HTML reflow

state code
This commit is contained in:
troy%netscape.com 2000-04-14 04:05:58 +00:00
parent 1d99309fe2
commit e7c5adfb56
2 changed files with 6 additions and 6 deletions

View File

@ -152,6 +152,9 @@ public:
nsresult UpdateSpaceManager(nsIPresContext* aPresContext,
nsISpaceManager* aSpaceManager);
nsLineBox* FindLineFor(nsIFrame* aFrame, nsLineBox** aPrevLineResult,
PRBool* aIsFloaterResult);
protected:
nsBlockFrame();
virtual ~nsBlockFrame();
@ -359,9 +362,6 @@ protected:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect);
nsLineBox* FindLineFor(nsIFrame* aFrame, nsLineBox** aPrevLineResult,
PRBool* aIsFloaterResult);
void PropogateReflowDamage(nsBlockReflowState& aState,
nsLineBox* aLine,
const nsRect& aOldCombinedArea,

View File

@ -152,6 +152,9 @@ public:
nsresult UpdateSpaceManager(nsIPresContext* aPresContext,
nsISpaceManager* aSpaceManager);
nsLineBox* FindLineFor(nsIFrame* aFrame, nsLineBox** aPrevLineResult,
PRBool* aIsFloaterResult);
protected:
nsBlockFrame();
virtual ~nsBlockFrame();
@ -359,9 +362,6 @@ protected:
nsIRenderingContext& aRenderingContext,
const nsRect& aDirtyRect);
nsLineBox* FindLineFor(nsIFrame* aFrame, nsLineBox** aPrevLineResult,
PRBool* aIsFloaterResult);
void PropogateReflowDamage(nsBlockReflowState& aState,
nsLineBox* aLine,
const nsRect& aOldCombinedArea,