| Index: Source/core/css/RuleFeature.h
|
| diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
|
| index d597695e0b2be70b5ffa65e1c32e1e2a8003ea69..c26efb6c89d376d38cac44876a10789b13b9c0c4 100644
|
| --- a/Source/core/css/RuleFeature.h
|
| +++ b/Source/core/css/RuleFeature.h
|
| @@ -120,10 +120,6 @@ private:
|
| HashSet<AtomicString> attrsInRules;
|
| };
|
|
|
| - // These return true if setNeedsStyleRecalc() should be run on the Element, as a fallback.
|
| - bool computeInvalidationSetsForClassChange(const SpaceSplitString& changedClasses, Element*);
|
| - bool computeInvalidationSetsForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString& newClasses, Element*);
|
| -
|
| enum SelectorFeatureCollectionMode {
|
| ProcessClasses,
|
| DontProcessClasses
|
| @@ -132,7 +128,6 @@ private:
|
| void collectFeaturesFromSelector(const CSSSelector&, FeatureMetadata&, SelectorFeatureCollectionMode processClasses);
|
| void collectFeaturesFromSelectorList(const CSSSelectorList*, FeatureMetadata&, SelectorFeatureCollectionMode processClasses);
|
|
|
| - bool classInvalidationRequiresSubtreeRecalc(const AtomicString& className);
|
| DescendantInvalidationSet& ensureClassInvalidationSet(const AtomicString& className);
|
| bool updateClassInvalidationSets(const CSSSelector&);
|
|
|
|
|