Index: third_party/WebKit/Source/core/layout/LayoutBox.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
index 62c38203fe8a1a0d5ceba1f1118acb965e115bc6..476f4341a4263044aff60b646fb2f13c90e3f5a3 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp |
@@ -965,7 +965,7 @@ static inline IntSize adjustedScrollDelta(const IntSize& delta) |
return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height())); |
} |
-void LayoutBox::panScroll(const IntPoint& sourcePoint) |
+void LayoutBox::middleClickAutoscroll(const IntPoint& sourcePoint) |
{ |
LocalFrame* frame = this->frame(); |
if (!frame) |