| 3349 | CSSUpdateResult updateResult; |
| 3350 | std::memset(&updateResult, 0, sizeof(updateResult)); |
| 3351 | |
| 3352 | getRoot()->updateCSS(viewTransactionScope, animator, false, 0, 0, updateResult); |
| 3353 | |
| 3354 | if (updateResult.updatedNodes > 0 && Valdi::traceRenderingPerformance) { |
| 3355 | VALDI_INFO(getLogger(), |
| 3356 | "Update CSS: updates {} nodes in {}, visited {} nodes in total", |
no outgoing calls