Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index c7381fad51967a617097a425d67c9e524aba9316..95152f790f7f20afcaa289dfbd08567cabf9208c 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -462,6 +462,9 @@ public: |
void setCustomElementDefinition(PassRefPtr<CustomElementDefinition>); |
CustomElementDefinition* customElementDefinition() const; |
+ // Fullscreen API |
+ void requestFullscreen(); |
+ |
// Mozilla version |
static const unsigned short ALLOW_KEYBOARD_INPUT = 1; |
void webkitRequestFullScreen(unsigned short flags); |