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