Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp |
diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp b/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp |
index 2f5d0d7c2097c72bb4448c6cd8211ee91648fddf..87d2577fafc0288d59223f55ff09026c73729654 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp |
+++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp |
@@ -41,4 +41,8 @@ void DocumentFullscreen::exitFullscreen(Document& document) { |
Fullscreen::exitFullscreen(document); |
} |
+Element* DocumentFullscreen::currentFullScreenElement(Document& document) { |
+ return Fullscreen::currentFullScreenElementForBindingFrom(document); |
+} |
+ |
} // namespace blink |