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

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

Issue 1237133002: Remove the allowfullscreen exemption for the video-specific fullscreen API (reland) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Fullscreen.h
diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h
index 704e4a9146402a5b8564ab9c6f53a06b59867fc2..24ff00033d5df5357335645d76b2743136c280cc 100644
--- a/Source/core/dom/Fullscreen.h
+++ b/Source/core/dom/Fullscreen.h
@@ -60,9 +60,11 @@ public:
static bool isActiveFullScreenElement(const Element&);
enum RequestType {
- UnprefixedRequest, // Element.requestFullscreen()
- PrefixedRequest, // Element.webkitRequestFullscreen() and webkitRequestFullScreen()
- PrefixedVideoRequest, // HTMLVideoElement.webkitEnterFullscreen() and webkitEnterFullScreen()
+ // Element.requestFullscreen()
+ UnprefixedRequest,
+ // Element.webkitRequestFullscreen()/webkitRequestFullScreen() and
+ // HTMLVideoElement.webkitEnterFullscreen()/webkitEnterFullScreen()
+ PrefixedRequest,
};
void requestFullscreen(Element&, RequestType);
« no previous file with comments | « LayoutTests/fullscreen/full-screen-iframe-legacy-expected.txt ('k') | Source/core/dom/Fullscreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698