| Index: Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
|
| index 0b68e429093be331eb1efd7a24abaf9c6587d367..8d65822f96be7ee04733ac08085921116b47905e 100644
|
| --- a/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/Source/web/WebPluginContainerImpl.cpp
|
| @@ -902,4 +902,9 @@ WebCore::IntRect WebPluginContainerImpl::windowClipRect() const
|
| return clipRect;
|
| }
|
|
|
| +bool WebPluginContainerImpl::pluginShouldPersist() const
|
| +{
|
| + return m_webPlugin->shouldPersist();
|
| +}
|
| +
|
| } // namespace blink
|
|
|