| 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;
|
|
|
|
|