Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index c6454abeee25bdc310c1260f368e5d170d557ebe..a479bbed0b7674b49c72cdbde737f513d5e41942 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -222,6 +222,7 @@ public: |
const WebPluginAction&, |
const WebPoint&) override; |
virtual WebHitTestResult hitTestResultAt(const WebPoint&) override; |
+ virtual WebHitTestResult hitTestResultForTap(const WebPoint&, const WebSize&) override; |
virtual void copyImageAt(const WebPoint&) override; |
virtual void saveImageAt(const WebPoint&) override; |
virtual void dragSourceEndedAt( |