diff --git a/layout/base/nsDisplayList.h b/layout/base/nsDisplayList.h index 3b8238e18cc1..790c6f35109c 100644 --- a/layout/base/nsDisplayList.h +++ b/layout/base/nsDisplayList.h @@ -2140,7 +2140,8 @@ public: const nsPoint &aOrigin); /** - * Returns the bounds of a frame as defined for transforms. If + * Returns the bounds of a frame as defined for resolving percentage + * s in CSS transforms. If * UNIFIED_CONTINUATIONS is not defined, this is simply the frame's bounding * rectangle, translated to the origin. Otherwise, returns the smallest * rectangle containing a frame and all of its continuations. For example,