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 f30d629d300f88ce4147923ef6bf401a71e1a127..4301e301358579e03df0c6dd2ba64b8d4aba52cf 100644 |
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
@@ -311,7 +311,7 @@ void WebPluginContainerImpl::requestFullscreen() { |
} |
bool WebPluginContainerImpl::isFullscreenElement() const { |
- return Fullscreen::isFullscreenElement(*m_element); |
+ return Fullscreen::isCurrentFullScreenElement(*m_element); |
} |
void WebPluginContainerImpl::cancelFullscreen() { |