| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index f1e59bfce3d78dca21909aad9b2f77a3ed9378b4..967e2920f1c7ba6f17d143b829004bfa8b2cea0f 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -31,6 +31,7 @@
|
| #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"
|
| @@ -439,8 +440,8 @@ public:
|
| void fullFramePluginZoomLevelChanged(double zoomLevel);
|
|
|
| void computeScaleAndScrollForBlockRect(const WebPoint& hitPoint, const WebRect& blockRect, float padding, float defaultScaleWhenAlreadyLegible, float& scale, WebPoint& scroll);
|
| - Node* bestTapNode(const PlatformGestureEvent& tapEvent);
|
| - void enableTapHighlightAtPoint(const PlatformGestureEvent& tapEvent);
|
| + Node* bestTapNode(const GestureEventWithHitTestResults& targetedTapEvent);
|
| + void enableTapHighlightAtPoint(const GestureEventWithHitTestResults& targetedTapEvent);
|
| void enableTapHighlights(WillBeHeapVector<RawPtrWillBeMember<Node> >&);
|
| void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation);
|
|
|
|
|