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

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

Issue 2557943002: Sync requestFullscreen() and exitFullscreen() algorithms with the spec (Closed)
Patch Set: rebase 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 a02ee9a71fa7a1289e7fe7e7c4cc4eb8e2cfed6b..91d13c7a6fceb16f01db5df2886d383c714d7063 100644
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
@@ -312,7 +312,7 @@ void WebPluginContainerImpl::requestFullscreen() {
}
bool WebPluginContainerImpl::isFullscreenElement() const {
- return Fullscreen::isCurrentFullScreenElement(*m_element);
+ return Fullscreen::isFullscreenElement(*m_element);
}
void WebPluginContainerImpl::cancelFullscreen() {
« no previous file with comments | « third_party/WebKit/Source/web/FullscreenController.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698