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

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

Issue 2700943003: Invalidate custom pseudo elements for RuleSet invalidations. (Closed)
Patch Set: Created 3 years, 10 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
Index: third_party/WebKit/Source/core/css/RuleFeature.h
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.h b/third_party/WebKit/Source/core/css/RuleFeature.h
index 40bd9bdacaebc0701fd725c9b00670f102686829..f0f4fee23f1d29ed14a8913eb5db88a2964ad561 100644
--- a/third_party/WebKit/Source/core/css/RuleFeature.h
+++ b/third_party/WebKit/Source/core/css/RuleFeature.h
@@ -281,7 +281,6 @@ class CORE_EXPORT RuleFeatureSet {
const InvalidationSetFeatures& descendantFeatures);
void updateRuleSetInvalidation(const InvalidationSetFeatures&);
- void addTagNamesToTypeRuleInvalidationSet(const Vector<AtomicString>&);
FeatureMetadata m_metadata;
InvalidationSetMap m_classInvalidationSets;

Powered by Google App Engine
This is Rietveld 408576698