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

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

Issue 681113006: Remove keyboard event filtering in fullscreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: oops Created 6 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
« no previous file with comments | « Source/core/dom/DocumentFullscreen.idl ('k') | Source/core/dom/ElementFullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementFullscreen.h
diff --git a/Source/core/dom/ElementFullscreen.h b/Source/core/dom/ElementFullscreen.h
index 01249934933750a6a10b17ca8dab2fa1f06e7438..3b23f1db0431d6c028bca8f7c94a879532716408 100644
--- a/Source/core/dom/ElementFullscreen.h
+++ b/Source/core/dom/ElementFullscreen.h
@@ -15,11 +15,6 @@ class ElementFullscreen {
public:
static void requestFullscreen(Element&);
- // Mozilla version
- static const unsigned short ALLOW_KEYBOARD_INPUT = 1;
- static void webkitRequestFullScreen(Element&, unsigned short flags);
-
- // W3C version
static void webkitRequestFullscreen(Element&);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange);
« no previous file with comments | « Source/core/dom/DocumentFullscreen.idl ('k') | Source/core/dom/ElementFullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698