| Index: Source/WebCore/platform/ScrollableArea.h
|
| ===================================================================
|
| --- Source/WebCore/platform/ScrollableArea.h (revision 143052)
|
| +++ Source/WebCore/platform/ScrollableArea.h (working copy)
|
| @@ -158,7 +158,6 @@
|
| virtual IntRect scrollableAreaBoundingBox() const = 0;
|
|
|
| virtual bool shouldRubberBandInDirection(ScrollDirection) const { return true; }
|
| - virtual bool isRubberBandInProgress() const { return false; }
|
|
|
| virtual bool scrollAnimatorEnabled() const { return false; }
|
|
|
|
|