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

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

Issue 1616743002: Use more appropriate symbol names for "shadow distributed" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blink_slotted_matching
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/css/SelectorChecker.h
diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.h b/third_party/WebKit/Source/core/css/SelectorChecker.h
index a8271836d63115bb6e6acd1840d5e70389efc8a3..826418b02b7d1bf54e5b15d3e499e1408f471600 100644
--- a/third_party/WebKit/Source/core/css/SelectorChecker.h
+++ b/third_party/WebKit/Source/core/css/SelectorChecker.h
@@ -112,7 +112,7 @@ private:
Match matchSelector(const SelectorCheckingContext&, MatchResult&) const;
Match matchForSubSelector(const SelectorCheckingContext&, MatchResult&) const;
Match matchForRelation(const SelectorCheckingContext&, MatchResult&) const;
- Match matchForShadowDistributed(const SelectorCheckingContext&, const Element&, MatchResult&) const;
+ Match matchForPseudoContent(const SelectorCheckingContext&, const Element&, MatchResult&) const;
Match matchForPseudoShadow(const SelectorCheckingContext&, const ContainerNode*, MatchResult&) const;
bool checkPseudoClass(const SelectorCheckingContext&, MatchResult&) const;
bool checkPseudoElement(const SelectorCheckingContext&, MatchResult&) const;
« no previous file with comments | « third_party/WebKit/Source/core/css/RuleSet.cpp ('k') | third_party/WebKit/Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698