| 2996 | // unless our frame was updated. |
| 2997 | didPerformLayoutForChildren = shouldVisitChildren; |
| 2998 | } |
| 2999 | } |
| 3000 | |
| 3001 | if (managesChildFrames()) { |
| 3002 | updateManagedChildrenLayout(_calculatedFrame.width, |
| 3003 | MeasureModeExactly, |
nothing calls this directly
no test coverage detected