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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp

Issue 2557943002: Sync requestFullscreen() and exitFullscreen() algorithms with the spec (Closed)
Patch Set: rebase Created 4 years 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
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 87d2577fafc0288d59223f55ff09026c73729654..2f5d0d7c2097c72bb4448c6cd8211ee91648fddf 100644
--- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp
+++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp
@@ -41,8 +41,4 @@ void DocumentFullscreen::exitFullscreen(Document& document) {
Fullscreen::exitFullscreen(document);
}
-Element* DocumentFullscreen::currentFullScreenElement(Document& document) {
- return Fullscreen::currentFullScreenElementForBindingFrom(document);
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentFullscreen.h ('k') | third_party/WebKit/Source/core/dom/DocumentFullscreen.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698