From 27ad18c7739463e5b9ad61a01114b5fc9e114ca5 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Thu, 16 Jun 2011 12:06:05 +0100 Subject: [PATCH] Bug 664130 - Document what GetFrameBoundsForTransform is about. r=roc. --HG-- extra : rebase_source : dd1843b385b0976bd318dff6cc7c59ef15970f32 --- layout/base/nsDisplayList.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,