| Index: sky/engine/web/WebLocalFrameImpl.cpp
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
|
| index 7dc57625dcfd0c60d90e015ae645fecfe120bfa0..a90cb3f2a2fda1721f7053846462948f452b4143 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.cpp
|
| +++ b/sky/engine/web/WebLocalFrameImpl.cpp
|
| @@ -252,12 +252,6 @@ WebSize WebLocalFrameImpl::maximumScrollOffset() const
|
| return toIntSize(view->maximumScrollPosition());
|
| }
|
|
|
| -void WebLocalFrameImpl::setScrollOffset(const WebSize& offset)
|
| -{
|
| - if (FrameView* view = frameView())
|
| - view->setScrollOffset(IntPoint(offset.width, offset.height));
|
| -}
|
| -
|
| WebSize WebLocalFrameImpl::contentsSize() const
|
| {
|
| return frame()->view()->size();
|
|
|