Changeset 295204 in webkit
- Timestamp:
- Jun 3, 2022, 6:59:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/rendering/RenderTable.cpp
r293900 r295204 414 414 void RenderTable::simplifiedNormalFlowLayout() 415 415 { 416 for (auto& caption : m_captions) 417 caption->layoutIfNeeded(); 416 418 for (RenderTableSection* section = topSection(); section; section = sectionBelow(section)) { 417 419 section->layoutIfNeeded();
Note:
See TracChangeset
for help on using the changeset viewer.