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

Unified Diff: Source/WebCore/dom/Element.h

Issue 9950115: Revert 111028 - Support W3C Full Screen API proposal (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 9 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/WebCore/dom/Document.idl ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Element.h
===================================================================
--- Source/WebCore/dom/Element.h (revision 113078)
+++ Source/WebCore/dom/Element.h (working copy)
@@ -378,17 +378,13 @@
#if ENABLE(FULLSCREEN_API)
enum {
- ALLOW_KEYBOARD_INPUT = 1 << 0,
- LEGACY_MOZILLA_REQUEST = 1 << 1,
+ ALLOW_KEYBOARD_INPUT = 1
};
void webkitRequestFullScreen(unsigned short flags);
virtual bool containsFullScreenElement() const;
virtual void setContainsFullScreenElement(bool);
virtual void setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(bool);
-
- // W3C API
- void webkitRequestFullscreen();
#endif
virtual bool isSpellCheckingEnabled() const;
« no previous file with comments | « Source/WebCore/dom/Document.idl ('k') | Source/WebCore/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698