Index: Source/core/rendering/RenderBox.cpp |
diff --git a/Source/core/rendering/RenderBox.cpp b/Source/core/rendering/RenderBox.cpp |
index 8c150d19f17d4ca1257f7ff3f20a7c7360971482..d87a51310090ed94ffdbb9518c3037fe3becaa23 100644 |
--- a/Source/core/rendering/RenderBox.cpp |
+++ b/Source/core/rendering/RenderBox.cpp |
@@ -712,11 +712,6 @@ void RenderBox::autoscroll(const IntPoint& position) |
scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded); |
} |
-bool RenderBox::autoscrollInProgress() const |
-{ |
- return frame() && frame()->page() && frame()->page()->autoscrollController().autoscrollInProgress(this); |
-} |
- |
// There are two kinds of renderer that can autoscroll. |
bool RenderBox::canAutoscroll() const |
{ |