| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 9a905664827a51354bbe0e5df6e9380e31419368..1aeb003c77382a50094f989a2e63201d73c86778 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -697,18 +697,6 @@ bool WebViewImpl::isTrackingRepaints() const
|
| return view->isTrackingPaintInvalidations();
|
| }
|
|
|
| -bool WebViewImpl::hasHorizontalScrollbar()
|
| -{
|
| - // FIXME(sky): Remove
|
| - return false;
|
| -}
|
| -
|
| -bool WebViewImpl::hasVerticalScrollbar()
|
| -{
|
| - // FIXME(sky): Remove
|
| - return false;
|
| -}
|
| -
|
| const WebInputEvent* WebViewImpl::m_currentInputEvent = 0;
|
|
|
| // FIXME: autogenerate this kind of code, and use it throughout Blink rather than
|
|
|