Bug 1183085 - Correct the name for nsDisplayItem; r=roc

--HG--
extra : commitid : CDookJ6mja8
extra : rebase_source : b3fdef67d383e669053687bf7df3bad2efeb27ad
This commit is contained in:
Ting-Yu Lin 2015-07-13 21:44:11 +08:00
parent b0ec6e1295
commit a74415002c

View File

@ -1018,7 +1018,7 @@ protected:
* class represents an entity that can be drawn on the screen, e.g., a
* frame's CSS background, or a frame's text string.
*
* nsDisplayListItems can be containers --- i.e., they can perform hit testing
* nsDisplayItems can be containers --- i.e., they can perform hit testing
* and painting by recursively traversing a list of child items.
*
* These are arena-allocated during display list construction. A typical