| 13 | NoOpDefaultAttributeHandler::~NoOpDefaultAttributeHandler() = default; |
| 14 | |
| 15 | Result<Void> NoOpDefaultAttributeHandler::onApply(ViewTransactionScope& /*viewTransactionScope*/, |
| 16 | ViewNode& /*viewNode*/, |
| 17 | const Ref<View>& /*view*/, |
| 18 | const StringBox& /*name*/, |
| 19 | const Value& /*value*/, |
| 20 | const Ref<Animator>& /*animator*/) { |
| 21 | return Void(); |
| 22 | } |
| 23 | |
| 24 | void NoOpDefaultAttributeHandler::onReset(ViewTransactionScope& /*viewTransactionScope*/, |
| 25 | ViewNode& /*viewNode*/, |