Index: Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm |
=================================================================== |
--- Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm (revision 143052) |
+++ Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm (working copy) |
@@ -88,11 +88,6 @@ |
return m_scrollingTree.get(); |
} |
-bool ScrollingCoordinatorMac::isRubberBandInProgress() const |
-{ |
- return scrollingTree()->isRubberBandInProgress(); |
-} |
- |
void ScrollingCoordinatorMac::commitTreeStateIfNeeded() |
{ |
if (!m_scrollingStateTree->hasChangedProperties()) |