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

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

Issue 2340263003: Move Document.fullscreenElement to DocumentOrShadowRoot (Closed)
Patch Set: rebase 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/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);

Powered by Google App Engine
This is Rietveld 408576698