| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 5ff11eb2c8841e6ba60abd8408c39bdde947d64b..d5480e118b4c0fe31674aa84daac3640dad28b0e 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
|
|
|