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

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

Issue 2340263003: Move Document.fullscreenElement to DocumentOrShadowRoot (Closed)
Patch Set: Style nit 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.idl
diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.idl b/third_party/WebKit/Source/core/dom/DocumentFullscreen.idl
index 58fb1ef9aa64528912328188867917ea754b9ab7..23225e7198d8a8c0af793a2c4ca675a86919d46f 100644
--- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.idl
+++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.idl
@@ -23,7 +23,6 @@
partial interface Document {
[RuntimeEnabled=FullscreenUnprefixed] readonly attribute boolean fullscreenEnabled;
- [RuntimeEnabled=FullscreenUnprefixed] readonly attribute Element? fullscreenElement;
[RuntimeEnabled=FullscreenUnprefixed] void exitFullscreen();
« no previous file with comments | « third_party/WebKit/Source/core/dom/DocumentFullscreen.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentOrShadowRoot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698