| Index: third_party/WebKit/Source/core/css/CSSSelector.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSelector.h b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| index 02d13bb89b38f6c11d21e93f5c1f0ba09d0ae0e0..d7a25a3b59aaa18a41b18d014606133067c018e7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSelector.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSSelector.h
|
| @@ -193,7 +193,10 @@ public:
|
| PseudoFullScreenAncestor,
|
| PseudoInRange,
|
| PseudoOutOfRange,
|
| + // Pseudo elements in UA ShadowRoots. Available in any stylesheets.
|
| PseudoWebKitCustomElement,
|
| + // Pseudo elements in UA ShadowRoots. Availble only in UA stylesheets.
|
| + PseudoBlinkInternalElement,
|
| PseudoCue,
|
| PseudoFutureCue,
|
| PseudoPastCue,
|
| @@ -204,6 +207,7 @@ public:
|
| PseudoShadow,
|
| PseudoSpatialNavigationFocus,
|
| PseudoListBox,
|
| + PseudoHostHasAppearance,
|
| PseudoSlotted
|
| };
|
|
|
|
|