void SVGElementInstance::setNeedsUpdate(bool value) { m_needsUpdate = value; if (m_needsUpdate) correspondingUseElement()->setChanged(); }
bool SVGElement::inUseShadowTree() const { return correspondingUseElement(); }