| Index: trunk/Source/web/WebViewImpl.h
|
| ===================================================================
|
| --- trunk/Source/web/WebViewImpl.h (revision 181433)
|
| +++ trunk/Source/web/WebViewImpl.h (working copy)
|
| @@ -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"
|
| @@ -431,8 +430,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);
|
|
|
|
|