Chromium Code Reviews

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

Issue 476353002: Remove webkitIsFullScreen everywhere except in bindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/css/SelectorChecker.cpp ('k') | Source/core/dom/DocumentFullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentFullscreen.h
diff --git a/Source/core/dom/DocumentFullscreen.h b/Source/core/dom/DocumentFullscreen.h
index 341cfac23ea41ac08cf629df40ded0a70dbdfbd7..23fbe8fa364a8186c066e1925b34768ef8b2a485 100644
--- a/Source/core/dom/DocumentFullscreen.h
+++ b/Source/core/dom/DocumentFullscreen.h
@@ -43,7 +43,6 @@ public:
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror);
// Mozilla version
- static bool webkitIsFullScreen(Document&);
static bool webkitFullScreenKeyboardInputAllowed(Document&);
static Element* webkitCurrentFullScreenElement(Document&);
« no previous file with comments | « Source/core/css/SelectorChecker.cpp ('k') | Source/core/dom/DocumentFullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine