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

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

Issue 2340263003: Move Document.fullscreenElement to DocumentOrShadowRoot (Closed)
Patch Set: Fix for comments 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..666462fa606da81e0a4c153a166c071cc81baad7 100644
--- a/third_party/WebKit/Source/core/dom/Fullscreen.h
+++ b/third_party/WebKit/Source/core/dom/Fullscreen.h
@@ -59,6 +59,8 @@ class CORE_EXPORT Fullscreen final
static Fullscreen* fromIfExists(Document&);
static Element* fullscreenElementFrom(Document&);
static Element* currentFullScreenElementFrom(Document&);
+ static Element* fullscreenElementForBindingFrom(Document&);
+ static Element* fullscreenElementForBindingFrom(ShadowRoot&);
static bool isCurrentFullScreenElement(const Element&);
enum RequestType {

Powered by Google App Engine
This is Rietveld 408576698