Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1491)

Unified Diff: Source/web/WebPluginContainerImpl.h

Issue 23618022: BrowserPlugin/WebView - Move plugin lifetime to DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mac compile issue. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698