| Index: Source/platform/scroll/ScrollableAreaTest.cpp
|
| diff --git a/Source/platform/scroll/ScrollableAreaTest.cpp b/Source/platform/scroll/ScrollableAreaTest.cpp
|
| index 1ba5f451c4302e45ee654545cf118df5d5e36305..a435664b5411f4ba1beeb51afc39be2e9548c9c4 100644
|
| --- a/Source/platform/scroll/ScrollableAreaTest.cpp
|
| +++ b/Source/platform/scroll/ScrollableAreaTest.cpp
|
| @@ -29,7 +29,6 @@ public:
|
| MOCK_CONST_METHOD0(minimumScrollPosition, IntPoint());
|
| MOCK_CONST_METHOD1(visibleContentRect, IntRect(IncludeScrollbarsInRect));
|
| MOCK_CONST_METHOD0(contentsSize, IntSize());
|
| - MOCK_CONST_METHOD0(overhangAmount, IntSize());
|
| MOCK_CONST_METHOD0(scrollbarsCanBeActive, bool());
|
| MOCK_CONST_METHOD0(scrollableAreaBoundingBox, IntRect());
|
|
|
|
|