Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
index ddffbe83f9ef9a4138e48939a3035d987b2a17cb..beb9d9f919e8b969d79b822068913796da832fa9 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
@@ -413,7 +413,7 @@ void PaintLayerScrollableArea::setScrollOffset(const DoublePoint& newScrollOffse |
// Inform the FrameLoader of the new scroll position, so it can be restored when navigating back. |
if (layer()->isRootLayer()) { |
frameView->frame().loader().saveScrollState(); |
- frame->loader().client()->didChangeScrollOffset(); |
+ frameView->didChangeScrollOffset(); |
} |
// All scrolls clear the fragment anchor. |