| 1822 | if (!hasParent()) { |
| 1823 | // No measure func if we are the root. |
| 1824 | return false; |
| 1825 | } |
| 1826 | |
| 1827 | if (!managesChildFrames() && resolveYogaNode(_yogaNode)->getChildCount() > 0) { |
| 1828 | // No measure func if we are the root or if we are a container |
| 1829 | return false; |