Chromium Code Reviews| 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; | 
| 
 
eseidel
2013/12/02 16:28:34
OVERRIDE?
 
wjmaclean
2013/12/02 21:51:55
Thanks, I missed that!
 
 | 
| // WebPluginContainer methods | 
| virtual WebElement element(); |