| Index: Source/core/platform/ScrollView.h
|
| diff --git a/Source/core/platform/ScrollView.h b/Source/core/platform/ScrollView.h
|
| index 08819f174e2b7e4b697902ef44385396410a0006..5220122793ba0c64bbf9c9591ea9f7ca1aa8079c 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
|
|
|