| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index 99ea28bd34d3f618c22862434b982a3fdd094d09..68f51b4eaa74a0a51f1dd7dcea93181640fa34b8 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -179,7 +179,6 @@ public:
|
| virtual int visibleHeight() const { return visibleContentRect().height(); }
|
| virtual int visibleWidth() const { return visibleContentRect().width(); }
|
| virtual IntSize contentsSize() const = 0;
|
| - virtual IntSize overhangAmount() const { return IntSize(); }
|
| virtual IntPoint lastKnownMousePosition() const { return IntPoint(); }
|
|
|
| virtual bool shouldSuspendScrollAnimations() const { return true; }
|
|
|