diff options
Diffstat (limited to 'WebCore/page/FrameView.cpp')
-rw-r--r-- | WebCore/page/FrameView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/FrameView.cpp b/WebCore/page/FrameView.cpp index defb34a..31f9910 100644 --- a/WebCore/page/FrameView.cpp +++ b/WebCore/page/FrameView.cpp @@ -1129,7 +1129,7 @@ void FrameView::setScrollPosition(const IntPoint& scrollPoint) m_inProgrammaticScroll = wasInProgrammaticScroll; } -void FrameView::scrollPositionChanged() +void FrameView::scrollPositionChangedViaPlatformWidget() { frame()->eventHandler()->sendScrollEvent(); repaintFixedElementsAfterScrolling(); |