Changeset 20673 for trunk/WebCore/rendering/RenderInline.h
- Timestamp:
- 04/02/07 18:01:09 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderInline.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderInline.h
r17494 r20673 79 79 static RenderInline* cloneInline(RenderFlow* src); 80 80 81 private:82 bool m_isContinuation : 1; // Whether or not we're a continuation of an inline.83 81 }; 84 82