| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 3b0d0e52dc42aa393ee49a7299763f131e6a799b..6fff46260b1ad694edd06b7b964597df9e46b880 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -695,7 +695,7 @@ WebSize WebLocalFrameImpl::maximumScrollOffset() const
|
| void WebLocalFrameImpl::setScrollOffset(const WebSize& offset)
|
| {
|
| if (FrameView* view = frameView())
|
| - view->notifyScrollPositionChanged(IntPoint(offset.width, offset.height));
|
| + view->setScrollPosition(IntPoint(offset.width, offset.height), ProgrammaticScroll);
|
| }
|
|
|
| WebSize WebLocalFrameImpl::contentsSize() const
|
|
|