| 99 | } |
| 100 | |
| 101 | void CSSNode::setMonitoredCssAttributes(MonitoredCssAttributesPtr monitoredCssAttributes) { |
| 102 | _monitoredCssAttributes = std::move(monitoredCssAttributes); |
| 103 | } |
| 104 | |
| 105 | const StringBox& CSSNode::getClass() const { |
| 106 | return _cssClass; |