| 22 | _nodes_needing_layout.add(node); |
| 23 | } |
| 24 | void BuildOwner::schedule_paint_for(NotNull<RenderObject*> node) SKR_NOEXCEPT |
| 25 | { |
| 26 | _nodes_needing_paint.add(node); |
| 27 | } |
| 28 | |
| 29 | // flush |
| 30 | void BuildOwner::flush_build() SKR_NOEXCEPT |
no test coverage detected