Fix a comment. no bug. r=a a=r

This commit is contained in:
Timothy Nikkel 2010-12-31 16:48:47 -06:00
Родитель 89e5e44d6f
Коммит 3dc86d45a3
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -629,8 +629,7 @@ public:
* so implementations of nsDisplayItem::ComputeVisibility do not
* need to do these things.
* nsDisplayList::ComputeVisibility will already have set mVisibleRect on
* this item to the intersection of *aVisibleRegion (unioned with
* *aVisibleRegionBeforeMove, if that's non-null) and this item's bounds.
* this item to the intersection of *aVisibleRegion and this item's bounds.
* We rely on that, so this should only be called by
* nsDisplayList::ComputeVisibility or nsDisplayItem::RecomputeVisibility.
*