Index: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl |
diff --git a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl |
index 34a53a8f428b461d2c2bee625a0a4e3c973a7763..1be20b289662fbab695cd44172865324f91797fa 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl |
+++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl |
@@ -21,4 +21,7 @@ |
// PointerLock API |
// https://w3c.github.io/pointerlock/ |
readonly attribute Element? pointerLockElement; |
+ // Fullscreen API |
+ // https://fullscreen.spec.whatwg.org/ |
+ [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement; |
}; |