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 { |