From 3dc86d45a3bbe2d154355683fd1ccfc689532fba Mon Sep 17 00:00:00 2001 From: Timothy Nikkel Date: Fri, 31 Dec 2010 16:48:47 -0600 Subject: [PATCH] Fix a comment. no bug. r=a a=r --- layout/base/nsDisplayList.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/base/nsDisplayList.h b/layout/base/nsDisplayList.h index 6f69065ac56f..80b58fcff77e 100644 --- a/layout/base/nsDisplayList.h +++ b/layout/base/nsDisplayList.h @@ -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. *