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