Index: public/web/WebPlugin.h |
diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h |
index daf962afccb82213fae0dca315c7ea4539d231ad..6eb60fef4b8cae9dc3efba9ed6774a802cfa9c16 100644 |
--- a/public/web/WebPlugin.h |
+++ b/public/web/WebPlugin.h |
@@ -154,6 +154,7 @@ public: |
virtual void rotateView(RotationType type) { } |
virtual bool isPlaceholder() { return true; } |
+ virtual bool shouldPersist() const { return false; } |
protected: |
~WebPlugin() { } |