Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSSelectorList.h |
| diff --git a/third_party/WebKit/Source/core/css/CSSSelectorList.h b/third_party/WebKit/Source/core/css/CSSSelectorList.h |
| index 94b371d4f42bc0a09d19f09cfbb8430e0c59ea87..b50a1364da34d826d38af9d525b823acaa71a805 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSSelectorList.h |
| +++ b/third_party/WebKit/Source/core/css/CSSSelectorList.h |
| @@ -79,9 +79,8 @@ public: |
| bool selectorNeedsUpdatedDistribution(size_t index) const; |
| - // TODO(kochi): "ShadowDistributed" means the selector has ::content pseudo element. |
| - // Once ::slotted is introduced, come up with more readable name. |
| bool selectorHasShadowDistributed(size_t index) const; |
|
rune
2016/01/13 09:59:09
I would have renamed this to selectorHasContentPse
kochi
2016/01/14 09:02:20
Done.
I'd like to rename other instances of "shad
|
| + bool selectorHasShadowSlotted(size_t index) const; |
|
rune
2016/01/13 09:59:09
... and selectorHasSlottedPseudo perhaps?
kochi
2016/01/14 09:02:20
Done.
|
| bool selectorUsesDeepCombinatorOrShadowPseudo(size_t index) const; |
| String selectorsText() const; |