This commit is contained in:
Jeff Walden 2008-11-19 20:42:55 -08:00
Родитель b0e8f4f59f
Коммит e5e8a86e73
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -696,7 +696,7 @@ public:
NS_IMETHOD SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; } NS_IMETHOD SetParent(const nsIFrame* aParent) { mParent = (nsIFrame*)aParent; return NS_OK; }
/** /**
* Bounding rect of the frame. The values are in twips, and the origin is * Bounding rect of the frame. The values are in app units, and the origin is
* relative to the upper-left of the geometric parent. The size includes the * relative to the upper-left of the geometric parent. The size includes the
* content area, borders, and padding. * content area, borders, and padding.
* *
@ -767,7 +767,7 @@ public:
/** /**
* Like the frame's rect (see |GetRect|), which is the border rect, * Like the frame's rect (see |GetRect|), which is the border rect,
* other rectangles of the frame, in twips, relative to the parent. * other rectangles of the frame, in app units, relative to the parent.
* *
* Note that GetMarginRect is not meaningful for blocks (anything with * Note that GetMarginRect is not meaningful for blocks (anything with
* 'display:block', whether block frame or not) because of both the * 'display:block', whether block frame or not) because of both the