Index: Source/platform/scroll/ScrollView.h |
diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h |
index 753c618506af2d37d5fa755974bcac471651e567..e8c902febc09d72b6e4008282c80463124fbe0a0 100644 |
--- a/Source/platform/scroll/ScrollView.h |
+++ b/Source/platform/scroll/ScrollView.h |
@@ -322,8 +322,6 @@ private: |
void calculateOverhangAreasForPainting(IntRect& horizontalOverhangRect, IntRect& verticalOverhangRect); |
void updateOverhangAreas(); |
- |
- virtual int pageStep(ScrollbarOrientation) const OVERRIDE; |
}; // class ScrollView |
DEFINE_TYPE_CASTS(ScrollView, Widget, widget, widget->isScrollView(), widget.isScrollView()); |