summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSSelector.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSSelector.h')
-rw-r--r--WebCore/css/CSSSelector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/css/CSSSelector.h b/WebCore/css/CSSSelector.h
index e253949..00e23b9 100644
--- a/WebCore/css/CSSSelector.h
+++ b/WebCore/css/CSSSelector.h
@@ -217,6 +217,10 @@ namespace WebCore {
PseudoLeftPage,
PseudoRightPage,
PseudoFirstPage,
+#if ENABLE(FULLSCREEN_API)
+ PseudoFullScreen,
+ PseudoFullScreenDocument,
+#endif
};
enum MarginBoxType {