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

Unified Diff: Source/core/dom/ElementFullscreen.h

Issue 395633011: Implement the unprefixed the Fullscreen API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 6 years, 4 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
« no previous file with comments | « Source/core/dom/DocumentFullscreen.idl ('k') | Source/core/dom/ElementFullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementFullscreen.h
diff --git a/Source/core/dom/ElementFullscreen.h b/Source/core/dom/ElementFullscreen.h
index 9521b44c5e84b23ede3adfab2e81e0fe7956f34d..01249934933750a6a10b17ca8dab2fa1f06e7438 100644
--- a/Source/core/dom/ElementFullscreen.h
+++ b/Source/core/dom/ElementFullscreen.h
@@ -13,6 +13,8 @@ class Element;
class ElementFullscreen {
public:
+ static void requestFullscreen(Element&);
+
// Mozilla version
static const unsigned short ALLOW_KEYBOARD_INPUT = 1;
static void webkitRequestFullScreen(Element&, unsigned short flags);
« no previous file with comments | « Source/core/dom/DocumentFullscreen.idl ('k') | Source/core/dom/ElementFullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698