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

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp

Issue 2565203002: Add a requestFullscreen variant with a default (prefixed) type (Closed)
Patch Set: Created 4 years 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/web/WebPluginContainerImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
index 906bf3adff5b8c6ad137e1f4bc0b46832c9666bc..a02ee9a71fa7a1289e7fe7e7c4cc4eb8e2cfed6b 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
@@ -308,7 +308,7 @@ void WebPluginContainerImpl::setWebLayer(WebLayer* layer) {
}
void WebPluginContainerImpl::requestFullscreen() {
- Fullscreen::requestFullscreen(*m_element, Fullscreen::PrefixedRequest);
+ Fullscreen::requestFullscreen(*m_element);
}
bool WebPluginContainerImpl::isFullscreenElement() const {
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698