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); |