Add comment describing mIsTopOfPage better. (Bug 563584, patch 28) r=roc

This commit is contained in:
L. David Baron 2010-08-05 21:59:20 -07:00
Родитель ee12296ae6
Коммит 3388e1f4ac
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -337,7 +337,10 @@ public:
// percent height frames inside cells which may not have computed heights
PRUint16 mNextInFlowUntouched:1; // nothing in the frame's next-in-flow (or its descendants)
// is changing
PRUint16 mIsTopOfPage:1; // is the current context at the top of a page?
PRUint16 mIsTopOfPage:1; // Is the current context at the top of a
// page? When true, we force something
// that's too tall for a page/column to
// fit anyway to avoid infinite loops.
PRUint16 mBlinks:1; // Keep track of text-decoration: blink
PRUint16 mHasClearance:1; // Block has clearance
PRUint16 mAssumingHScrollbar:1; // parent frame is an nsIScrollableFrame and it