Chromium Code Reviews| Index: Source/web/WebPluginContainerImpl.cpp |
| diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp |
| index 71d408ca54bad1070e684ef488c06d735d3ad70b..5ccdc65d81eb9171253df48ac1c505a6762003ee 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 blink |