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

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

Issue 1153873004: Handle ::content and :host-context correctly in SelectorQuery. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test naming. Created 5 years, 7 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: Source/core/css/CSSSelectorList.h
diff --git a/Source/core/css/CSSSelectorList.h b/Source/core/css/CSSSelectorList.h
index 0f6b40102867a29ab1a90dfd6e832c5fd656f062..27b203facffc0c389235ade274e114c38e75a96b 100644
--- a/Source/core/css/CSSSelectorList.h
+++ b/Source/core/css/CSSSelectorList.h
@@ -61,6 +61,9 @@ public:
bool selectorsNeedNamespaceResolution();
+ bool selectorNeedsUpdatedDistribution(size_t index) const;
+
+ // TODO(esprehn): These methods are confusing and incorrectly named.
bool hasShadowDistributedAt(size_t index) const;
bool selectorCrossesTreeScopes(size_t index) const;

Powered by Google App Engine
This is Rietveld 408576698