| 3659 | |
| 3660 | auto needUpdateSelf = force || _flags[kCSSNeedsUpdate]; |
| 3661 | auto needUpdateChildren = needUpdateSelf || _flags[kCSSHasChildNeedsUpdate]; |
| 3662 | |
| 3663 | if (needUpdateSelf) { |
| 3664 | updateResult.updatedNodes++; |
| 3665 | getCSSAttributesManager().updateCSS( |
| 3666 | CSSAttributesManagerUpdateContext(viewTransactionScope, getAttributesApplier(), getLogger(), animator)); |