| Index: sky/engine/core/css/RuleFeature.h
|
| diff --git a/sky/engine/core/css/RuleFeature.h b/sky/engine/core/css/RuleFeature.h
|
| index 065b77cbc6382e8669e18d6da314153724175597..cffb450292a8b221eec5edade5d66a052f0fe1e1 100644
|
| --- a/sky/engine/core/css/RuleFeature.h
|
| +++ b/sky/engine/core/css/RuleFeature.h
|
| @@ -63,13 +63,6 @@ public:
|
| return m_idNames.contains(idValue);
|
| }
|
|
|
| - void scheduleStyleInvalidationForClassChange(const SpaceSplitString& changedClasses, Element&);
|
| - void scheduleStyleInvalidationForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString& newClasses, Element&);
|
| -
|
| - void scheduleStyleInvalidationForClassChange(const AtomicString& className, Element& element);
|
| - void scheduleStyleInvalidationForAttributeChange(const QualifiedName& attributeName, Element&);
|
| - void scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element&);
|
| -
|
| private:
|
| void addSelectorFeatures(const CSSSelector&);
|
| void collectFeaturesFromSelectorList(const CSSSelectorList*);
|
|
|