Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
index 5443a42788c6ae1cb5d9ed014bd4491157bec742..aa8da7411136da7dd842dd2fadc7371db60807da 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
@@ -45,6 +45,9 @@ class DocumentFullscreen { |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenchange); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror); |
+ // Mozilla version |
+ static Element* currentFullScreenElement(Document&); |
+ |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror); |
}; |