Add comments.
git-svn-id: svn://10.0.0.236/trunk@147761 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3072bf84fb
commit
dc67cb5024
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user