| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 4912b73fb1d0950f38b4495ea36a2c0a5417f532..0db68d6ecdc61129878687dbed3b7c28e71490eb 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"
|
| @@ -432,8 +431,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);
|
|
|
|
|