| Index: Source/web/WebPluginContainerImpl.h
|
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
|
| index bc6e3417af0992d55e79cccf86744c9ccc57d59f..27825cdf15accf0aba31c9d5f104185a0d02b456 100644
|
| --- a/Source/web/WebPluginContainerImpl.h
|
| +++ b/Source/web/WebPluginContainerImpl.h
|
| @@ -96,6 +96,7 @@ public:
|
| virtual void clipRectChanged() OVERRIDE;
|
| virtual bool isPluginContainer() const { return true; }
|
| virtual void eventListenersRemoved() OVERRIDE;
|
| + virtual bool pluginShouldPersist() const OVERRIDE;
|
|
|
| // WebPluginContainer methods
|
| virtual WebElement element();
|
|
|