Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
index aa8da7411136da7dd842dd2fadc7371db60807da..d8ee0dab4151188229f83455ca80efb9919e2048 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h |
@@ -39,7 +39,7 @@ class DocumentFullscreen { |
public: |
static bool fullscreenEnabled(Document&); |
- static Element* fullscreenElement(Document&); |
+ static Element* webkitFullscreenElement(Document&); |
foolip
2016/10/24 15:30:12
Can you keep ImplementedAs in the IDL file? These
kochi
2016/10/25 10:08:04
Done.
|
static void exitFullscreen(Document&); |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenchange); |