Fix comment describing nsHTMLReflowState::availableWidth. (Bug 653356) r=bzbarsky

This commit is contained in:
L. David Baron 2011-04-28 10:21:37 -07:00
Родитель 8e14793054
Коммит fb3a6ebd7d
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -247,10 +247,9 @@ struct nsHTMLReflowState : public nsCSSOffsetState {
const nsHTMLReflowState *mCBReflowState;
// the available width in which to reflow the frame. The space
// represents the amount of room for the frame's border, padding,
// and content area (not the margin area. The parent frame deals
// with the child frame's margins). The frame size you choose should
// fit within the available width.
// represents the amount of room for the frame's margin, border,
// padding, and content area. The frame size you choose should fit
// within the available width.
nscoord availableWidth;
// A value of NS_UNCONSTRAINEDSIZE for the available height means