| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index cc96c6190d80850526247ed6ca935edcd17069fa..749451b2e051f8b7f4cd8944965058969ec466ab 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -897,4 +897,9 @@ WebCore::IntRect WebPluginContainerImpl::windowClipRect() const
|
| return clipRect;
|
| }
|
|
|
| +bool WebPluginContainerImpl::pluginShouldPersist() const
|
| +{
|
| + return m_webPlugin->shouldPersist();
|
| +}
|
| +
|
| } // namespace WebKit
|
|
|