Chromium Code Reviews| Index: Source/web/WebPluginContainerImpl.cpp |
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
| index ca8ffb5fc341d288fceeb15e34bc53a25f468235..174b3c9cbab0b9d0c16575393f3a7c0cceb1bb10 100644 |
| --- a/Source/web/WebPluginContainerImpl.cpp |
| +++ b/Source/web/WebPluginContainerImpl.cpp |
| @@ -897,4 +897,10 @@ WebCore::IntRect WebPluginContainerImpl::windowClipRect() const |
| return clipRect; |
| } |
| +bool WebPluginContainerImpl::pluginShouldPersist() const |
| +{ |
| + return m_webPlugin->shouldPersist(); |
| +} |
| + |
| } // namespace blink |
| + |