| 9758 | |
| 9759 | #if BUILD_LITE!=1 |
| 9760 | static void updateRendMethod( ldomNode * node ) |
| 9761 | { |
| 9762 | node->initNodeRendMethod(); |
| 9763 | } |
| 9764 | |
| 9765 | /// init render method for the whole subtree |
| 9766 | void ldomNode::initNodeRendMethodRecursive() |
nothing calls this directly
no test coverage detected