Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 8aec1ed3eccd9cec1c5dc864d1d391db12cbb071..aa402ad54de27914f62986ff15f22e0e353923d5 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -31,7 +31,6 @@ |
#ifndef WebViewImpl_h |
#define WebViewImpl_h |
-#include "core/page/EventWithHitTestResults.h" |
#include "core/page/PagePopupDriver.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntRect.h" |
@@ -438,8 +437,8 @@ |
void fullFramePluginZoomLevelChanged(double zoomLevel); |
void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll); |
- Node* bestTapNode(const GestureEventWithHitTestResults& targetedTapEvent); |
- void enableTapHighlightAtPoint(const GestureEventWithHitTestResults& targetedTapEvent); |
+ Node* bestTapNode(const PlatformGestureEvent& tapEvent); |
+ void enableTapHighlightAtPoint(const PlatformGestureEvent& tapEvent); |
void enableTapHighlights(WillBeHeapVector<RawPtrWillBeMember<Node> >&); |
void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation); |