Changeset 14899 for trunk/WebCore/rendering/RenderBlock.h
- Timestamp:
- 06/17/06 08:54:58 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/rendering/RenderBlock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/rendering/RenderBlock.h
r14759 r14899 168 168 void markPositionedObjectsForLayout(); 169 169 170 // FIXME: containsFloats() should not return true if the floating objects list 171 // is empty. However, layoutInlineChildren() relies on the current behavior. 172 // http://bugzilla.opendarwin.org/show_bug.cgi?id=7395#c3 170 173 virtual bool containsFloats() { return m_floatingObjects!=0; } 171 174 virtual bool containsFloat(RenderObject* o);