Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl

Issue 2340263003: Move Document.fullscreenElement to DocumentOrShadowRoot (Closed)
Patch Set: Fix for comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..93e885a3f292c34728f0b9751ea21d6d2840d2a2 100644
--- a/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
+++ b/third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl
@@ -21,4 +21,8 @@
// PointerLock API
// https://w3c.github.io/pointerlock/
readonly attribute Element? pointerLockElement;
+ // Fullscreen API
+ // https://fullscreen.spec.whatwg.org/
+ // W3C version
foolip 2016/10/10 12:13:41 Drop "W3C version", in DocumentFullscreen.idl it's
kochi 2016/10/17 11:14:27 Done.
+ [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
};

Powered by Google App Engine
This is Rietveld 408576698