Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 401e01c04701974f86f00f8b0b27f148a33568d2..6e524c67d719496664112de24390d07f6e5bbd25 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -365,7 +365,8 @@ public: |
void hasTouchEventHandlers(bool); |
// WebGestureCurveTarget implementation for fling. |
- virtual void scrollBy(const WebFloatSize&) OVERRIDE; |
+ virtual bool scrollBy(const WebFloatSize& delta, const WebFloatSize& velocity) OVERRIDE; |
+ virtual void scrollBy(const WebFloatSize& delta) OVERRIDE; |
// Handles context menu events orignated via the the keyboard. These |
// include the VK_APPS virtual key and the Shift+F10 combine. Code is |