Add comments.

This commit is contained in:
dbaron%dbaron.org 2003-10-08 20:04:20 +00:00
parent c72e3e724d
commit 269402178c
2 changed files with 6 additions and 0 deletions

View File

@ -85,8 +85,11 @@ public:
PRBool PlaceBelowCurrentLineFloaters(nsFloaterCacheList& aFloaters);
// called when clearing a line with a break type caused by a BR past
// floats, and also used internally by ClearPastFloaters
void ClearFloaters(nscoord aY, PRUint8 aBreakType);
// called when clearing a block past floats
PRBool ClearPastFloaters(PRUint8 aBreakType);
PRBool IsAdjacentWithTop() const {

View File

@ -85,8 +85,11 @@ public:
PRBool PlaceBelowCurrentLineFloaters(nsFloaterCacheList& aFloaters);
// called when clearing a line with a break type caused by a BR past
// floats, and also used internally by ClearPastFloaters
void ClearFloaters(nscoord aY, PRUint8 aBreakType);
// called when clearing a block past floats
PRBool ClearPastFloaters(PRUint8 aBreakType);
PRBool IsAdjacentWithTop() const {