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

Unified Diff: Source/core/platform/Widget.h

Issue 23618022: BrowserPlugin/WebView - Move plugin lifetime to DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Cleaned up. Created 7 years, 2 months 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/core/platform/Widget.h
diff --git a/Source/core/platform/Widget.h b/Source/core/platform/Widget.h
index 73f2ea22789bc6b470b71e04cd458433e257e452..b949aed8a781d900ccded8072e8ad81d342c817f 100644
--- a/Source/core/platform/Widget.h
+++ b/Source/core/platform/Widget.h
@@ -87,6 +87,7 @@ public:
virtual bool isFrameView() const { return false; }
virtual bool isPluginView() const { return false; }
virtual bool isPluginContainer() const { return false; }
+ virtual bool pluginShouldPersist() const { return false; }
virtual bool isScrollbar() const { return false; }
virtual bool isScrollView() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698