Exemplo n.º 1
0
static bool isSkippableComponentForInvalidation(const CSSSelector& selector)
{
    if (selector.matchesPseudoElement() || selector.pseudoType() == CSSSelector::PseudoHost)
        return false;
    return true;
}