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