| 3025 | } |
| 3026 | } |
| 3027 | |
| 3028 | void ViewNode::notifyAttributeFailed(AttributeId attributeId, const Error& error) { |
| 3029 | _attributesApplier.onApplyAttributeFailed(attributeId, error); |
| 3030 | } |
| 3031 | |
| 3032 | void ViewNode::setOnViewCreatedCallback(Ref<ValueFunction> onViewCreatedCallback) { |