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

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

Issue 221643002: Only support AddFeatures invalidation set mode for :host or :any in a rightmost selector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix cojmpilation. Created 6 years, 9 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 | « LayoutTests/fast/css/invalidation/shadow-host-toggle-expected.txt ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/RuleFeature.h
diff --git a/Source/core/css/RuleFeature.h b/Source/core/css/RuleFeature.h
index 87ede478884d84fdc603fb6a885bdd4ccd3bf73d..6103e223d8768e7e4245129c22eb01cc550cf4ac 100644
--- a/Source/core/css/RuleFeature.h
+++ b/Source/core/css/RuleFeature.h
@@ -129,7 +129,7 @@ private:
UseSubtreeStyleChange
};
- static InvalidationSetMode supportsClassDescendantInvalidation(const CSSSelector&);
+ static InvalidationSetMode invalidationSetModeForSelector(const CSSSelector&);
void collectFeaturesFromSelector(const CSSSelector&, FeatureMetadata&, InvalidationSetMode);
void collectFeaturesFromSelectorList(const CSSSelectorList*, FeatureMetadata&, InvalidationSetMode);
« no previous file with comments | « LayoutTests/fast/css/invalidation/shadow-host-toggle-expected.txt ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698