Add comments.

git-svn-id: svn://10.0.0.236/trunk@147761 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2003-10-08 20:04:20 +00:00
parent 3072bf84fb
commit dc67cb5024
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 {