Searched refs:ancestorsToClose (Results 1 – 2 of 2) sorted by relevance
322 Vector<Node*> ancestorsToClose; in serializeNodes() local356 ancestorsToClose.append(n); in serializeNodes()364 while (!ancestorsToClose.isEmpty()) { in serializeNodes()365 Node* ancestor = ancestorsToClose.last(); in serializeNodes()371 ancestorsToClose.removeLast(); in serializeNodes()
40890 code to include them even if we closed ancestors in the ancestorsToClose list.41911 ancestorsToClose list were those kind of ancestors. But we don't add renderer-less 41912 containers to the ancestorsToClose list. So, we were incorrectly surrounding the