diff options
Diffstat (limited to 'WebCore/platform/Widget.h')
-rw-r--r-- | WebCore/platform/Widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h index 459d615..50d17b2 100644 --- a/WebCore/platform/Widget.h +++ b/WebCore/platform/Widget.h @@ -155,6 +155,7 @@ public: virtual bool isFrameView() const { return false; } virtual bool isPluginView() const { return false; } + virtual bool isScrollbar() const { return false; } void removeFromParent(); virtual void setParent(ScrollView* view); |