Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2454)

Unified Diff: sky/engine/core/css/RuleFeature.h

Issue 837883002: Store features in the ScopedStyleResoolver. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Simpler even. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/core/css/RuleFeature.cpp » ('j') | sky/engine/core/dom/Element.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | sky/engine/core/css/RuleFeature.cpp » ('j') | sky/engine/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698