| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index ee8a6bf4ba1475616c1bf9cfacac4a6662f48869..57c8ec6f960504f60914d3afdd31441c76673f4e 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -252,6 +252,7 @@ bool WebViewImpl::handleMouseWheel(LocalFrame& mainFrame, const WebMouseWheelEve
|
| return PageWidgetEventHandler::handleMouseWheel(mainFrame, event);
|
| }
|
|
|
| +// FIXME(sky): This appears to be unused.
|
| bool WebViewImpl::scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity)
|
| {
|
| if (m_flingSourceDevice == WebGestureDeviceTouchpad) {
|
|
|