Index: Source/WebCore/page/FrameView.h |
=================================================================== |
--- Source/WebCore/page/FrameView.h (revision 143052) |
+++ Source/WebCore/page/FrameView.h (working copy) |
@@ -192,7 +192,6 @@ |
virtual void updateFixedElementsAfterScrolling(); |
virtual bool shouldRubberBandInDirection(ScrollDirection) const; |
virtual bool requestScrollPositionUpdate(const IntPoint&) OVERRIDE; |
- virtual bool isRubberBandInProgress() const OVERRIDE; |
// This is different than visibleContentRect() in that it ignores negative (or overly positive) |
// offsets from rubber-banding, and it takes zooming into account. |