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

Unified Diff: Source/core/css/RuleFeature.h

Issue 772103002: Collect content:attr(...)-features in RuleFeatureSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added TCs. Created 6 years 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
Index: Source/core/css/RuleFeature.h
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
index 1726a4148f60a53df7be2f37382445b48a63316f..9491a1d73314fff3a2ea98fb14977a0b22fc1e44 100644
--- a/Source/core/css/RuleFeature.h
+++ b/Source/core/css/RuleFeature.h
@@ -92,11 +92,6 @@ public:
return m_idInvalidationSets.size() > 0;
}
- // Marks the given attribute name as "appearing in a selector". Used for
- // CSS properties such as content: ... attr(...) ...
- // FIXME: record these internally to this class instead calls from StyleResolver to here.
- void addContentAttr(const AtomicString& attributeName);
-
StyleInvalidator& styleInvalidator();
void trace(Visitor*);
@@ -133,6 +128,7 @@ private:
DescendantInvalidationSet& ensurePseudoInvalidationSet(CSSSelector::PseudoType);
void updateInvalidationSets(const CSSSelector&);
+ void updateInvalidationSetsForContentAttribute(StyleRule*);
struct InvalidationSetFeatures {
InvalidationSetFeatures()

Powered by Google App Engine
This is Rietveld 408576698