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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698