| 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 99e6289e54bbce2a714e96c539ca762e1345ea33..f6d123c87c595c2eb5cebe47ee54cb980032cd8a 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() {
|
|
|