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

Unified Diff: third_party/WebKit/Source/core/dom/Fullscreen.h

Issue 2340263003: Move Document.fullscreenElement to DocumentOrShadowRoot (Closed)
Patch Set: Style nit Created 4 years, 2 months 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/Fullscreen.h
diff --git a/third_party/WebKit/Source/core/dom/Fullscreen.h b/third_party/WebKit/Source/core/dom/Fullscreen.h
index 34b28d69d10eab6b61f507048405d53a1f6ef7c8..7c9087fb43e40980651255829d6861963796fd20 100644
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
@@ -58,7 +58,9 @@ class CORE_EXPORT Fullscreen final
static Fullscreen& from(Document&);
static Fullscreen* fromIfExists(Document&);
static Element* fullscreenElementFrom(Document&);
+ static Element* fullscreenElementForBindingFrom(TreeScope&);
static Element* currentFullScreenElementFrom(Document&);
+ static Element* currentFullScreenElementForBindingFrom(Document&);
static bool isCurrentFullScreenElement(const Element&);
enum RequestType {
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.idl ('k') | third_party/WebKit/Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698