This commit is contained in:
dbaron%dbaron.org 2003-10-08 20:04:20 +00:00
Родитель c72e3e724d
Коммит 269402178c
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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 {