| Index: sky/engine/web/WebLocalFrameImpl.cpp
|
| diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
|
| index 2d10bc981078e53883f382f719ed2616570cd880..be3bf891747b7c13d1cb4a5cd749e5b0fa2aa14a 100644
|
| --- a/sky/engine/web/WebLocalFrameImpl.cpp
|
| +++ b/sky/engine/web/WebLocalFrameImpl.cpp
|
| @@ -233,18 +233,6 @@ WebRect WebLocalFrameImpl::visibleContentRect() const
|
| return frame()->view()->frameRect();
|
| }
|
|
|
| -bool WebLocalFrameImpl::hasHorizontalScrollbar() const
|
| -{
|
| - // FIXME(sky): Remove
|
| - return false;
|
| -}
|
| -
|
| -bool WebLocalFrameImpl::hasVerticalScrollbar() const
|
| -{
|
| - // FIXME(sky): Remove
|
| - return false;
|
| -}
|
| -
|
| WebView* WebLocalFrameImpl::view() const
|
| {
|
| return viewImpl();
|
|
|