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; } |