| 238 | } |
| 239 | |
| 240 | void Node::setLayoutPosition(float position, PhysicalEdge edge) { |
| 241 | layout_.setPosition(edge, position); |
| 242 | } |
| 243 | |
| 244 | void Node::setLayoutComputedFlexBasisGeneration( |
| 245 | uint32_t computedFlexBasisGeneration) { |
no test coverage detected