| 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 0826300f284cf558783e4f5a5720d7038d134305..b047935306b4ac5d26d5c9dba0b51f78c0a97451 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -328,7 +328,7 @@ void WebPluginContainerImpl::RequestFullscreen() {
|
| }
|
|
|
| bool WebPluginContainerImpl::IsFullscreenElement() const {
|
| - return Fullscreen::IsCurrentFullScreenElement(*element_);
|
| + return Fullscreen::IsFullscreenElement(*element_);
|
| }
|
|
|
| void WebPluginContainerImpl::CancelFullscreen() {
|
|
|