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 1bbd586a8ba8a4b50f1378a20a3dec77b9915835..5660cd411fec17f6ec962b8651a913f25bc58e62 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::isCurrentFullScreenElement(*m_element); |
+ return Fullscreen::isFullscreenElement(*m_element); |
} |
void WebPluginContainerImpl::cancelFullscreen() { |