Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 0b8cd9365639bb0e62fe3e297753aaad307843bb..a3b7e371aa94687e0502c1ffcbd19a6f9295aecf 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -331,7 +331,7 @@ public: |
void mouseContextMenu(const WebMouseEvent&); |
void mouseDoubleClick(const WebMouseEvent&); |
- bool detectContentOnTouch(const WebPoint&); |
+ bool detectContentOnTouch(const GestureEventWithHitTestResults& targetedEvent); |
bool startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds); |
void hasTouchEventHandlers(bool); |