This commit is contained in:
roc+%cs.cmu.edu 2005-03-07 02:51:15 +00:00
Родитель afe62315e1
Коммит 00dcc73d5b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -869,7 +869,7 @@ static PRBool ApplyClipRect(const nsView* aView, nsRect* aRect, PRBool aFollowPl
nsPoint offset(0, 0);
PRBool lastViewIsFloating = aView->GetFloating();
PRBool foundPlaceholders = PR_FALSE;
while (NS_STATIC_CAST(nsIView*, aView) != aStopAtView) {
while (NS_STATIC_CAST(const nsIView*, aView) != aStopAtView) {
const nsView* parentView = aView->GetParent();
nsPoint offsetFromParent = aView->GetPosition();