| Index: Source/platform/Widget.h
|
| diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
|
| index 34f58bfd454a7e786e3a060a669a7664f05907ba..dee74fd4c86227a538993e04870f1e09c8d8db92 100644
|
| --- a/Source/platform/Widget.h
|
| +++ b/Source/platform/Widget.h
|
| @@ -86,6 +86,7 @@ public:
|
| virtual bool isRemoteFrameView() 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; }
|
|
|
|
|