Chromium Code Reviews

Unified Diff: Source/core/dom/Element.idl

Issue 395633011: Implement the unprefixed the Fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 5416124143a7a0bf2ea0825c138f4ffa6dcba0ef..b4c139b0934ea26bbdf3437f74b5d8c9714776a9 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -116,6 +116,9 @@
ClientRectList getClientRects();
ClientRect getBoundingClientRect();
+ // Fullscreen API
+ [RuntimeEnabled=FullscreenUnprefixed] void requestFullscreen();
+
// Mozilla version
const unsigned short ALLOW_KEYBOARD_INPUT = 1;
[LogActivity, LogAllWorlds, MeasureAs=PrefixedElementRequestFullScreen] void webkitRequestFullScreen([Default=Undefined] optional unsigned short flags);

Powered by Google App Engine