| Index: trunk/Source/core/platform/ScrollView.h
|
| ===================================================================
|
| --- trunk/Source/core/platform/ScrollView.h (revision 148648)
|
| +++ trunk/Source/core/platform/ScrollView.h (working copy)
|
| @@ -98,6 +98,8 @@
|
| 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
|
|
|