Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasCompositingDescendant

1030 void RenderLayer::setHasCompositingDescendant(bool hasCompositingDescendant)
1032 if (m_hasCompositingDescendant == static_cast<unsigned>(hasCompositingDescendant))
1035 m_hasCompositingDescendant = hasCompositingDescendant;