Index: Source/WebKit/chromium/src/WebViewImpl.h |
=================================================================== |
--- Source/WebKit/chromium/src/WebViewImpl.h (revision 143774) |
+++ Source/WebKit/chromium/src/WebViewImpl.h (working copy) |
@@ -577,8 +577,8 @@ |
#if ENABLE(GESTURE_EVENTS) |
void computeScaleAndScrollForHitRect(const WebRect& hitRect, AutoZoomType, float& scale, WebPoint& scroll, bool& isAnchor); |
- WebCore::Node* bestTouchLinkNode(const WebGestureEvent& touchEvent); |
- void enableTouchHighlight(const WebGestureEvent& touchEvent); |
+ WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent); |
+ void enableTapHighlight(const WebCore::PlatformGestureEvent& tapEvent); |
void computeScaleAndScrollForFocusedNode(WebCore::Node* focusedNode, float& scale, WebCore::IntPoint& scroll, bool& needAnimation); |
#endif |
void animateZoomAroundPoint(const WebCore::IntPoint&, AutoZoomType); |