Index: Source/core/platform/ScrollView.h |
diff --git a/Source/core/platform/ScrollView.h b/Source/core/platform/ScrollView.h |
index f5a88e58cf13864d6b2a3422842666a9a02b999c..739af4e10566bdb0c69e2467d646adb7650b8de7 100644 |
--- a/Source/core/platform/ScrollView.h |
+++ b/Source/core/platform/ScrollView.h |
@@ -98,8 +98,6 @@ public: |
virtual void setCanHaveScrollbars(bool); |
bool canHaveScrollbars() const { return horizontalScrollbarMode() != ScrollbarAlwaysOff || verticalScrollbarMode() != ScrollbarAlwaysOff; } |
- virtual bool avoidScrollbarCreation() const { return false; } |
- |
virtual void setScrollbarOverlayStyle(ScrollbarOverlayStyle) OVERRIDE; |
// By default you only receive paint events for the area that is visible. In the case of using a |