| Index: Source/core/css/invalidation/DescendantInvalidationSet.h
|
| diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.h b/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| index e52ba79886bb2270749e36b6007b4f428b3ee909..388cb6cc6599d54b5e63ed32890f884eb0a25f29 100644
|
| --- a/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| +++ b/Source/core/css/invalidation/DescendantInvalidationSet.h
|
| @@ -67,6 +67,9 @@ public:
|
| // Appends the ids in this DescendantInvalidationSet to the vector.
|
| void getIds(Vector<AtomicString>& ids) const;
|
|
|
| + // Appends the tag names in this DescendantInvalidationSet to the vector.
|
| + void getTagNames(Vector<AtomicString>& tagNames) const;
|
| +
|
| void setWholeSubtreeInvalid();
|
| bool wholeSubtreeInvalid() const { return m_allDescendantsMightBeInvalid; }
|
|
|
|
|