Chromium Code Reviews| Index: Source/core/css/CSSSelector.h |
| diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h |
| index 814b6726ca9540d21b974f25adcefdb3ec515976..7f8327d5ed458d9b1c457e8941fb5e1e64c5498d 100644 |
| --- a/Source/core/css/CSSSelector.h |
| +++ b/Source/core/css/CSSSelector.h |
| @@ -221,6 +221,11 @@ namespace WebCore { |
| PseudoAncestor |
| }; |
| + enum OptionalPseudoTypeRequirements { |
| + // 0 is used to mean "no requirements". |
| + RequiresShadowDOM = 1 |
| + }; |
| + |
| enum MarginBoxType { |
| TopLeftCornerMarginBox, |
| TopLeftMarginBox, |