| Index: sky/engine/core/page/TouchAdjustment.h
|
| diff --git a/sky/engine/core/page/TouchAdjustment.h b/sky/engine/core/page/TouchAdjustment.h
|
| index 57c8e2e9d4862c5e0e6a147f85fd279d99dcf890..938ae46ad19faab3b783f1d395d925c8804406a4 100644
|
| --- a/sky/engine/core/page/TouchAdjustment.h
|
| +++ b/sky/engine/core/page/TouchAdjustment.h
|
| @@ -31,7 +31,6 @@ namespace blink {
|
| class Node;
|
|
|
| bool findBestClickableCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHotspot, const IntRect& touchArea, const WillBeHeapVector<RefPtrWillBeMember<Node> >&);
|
| -bool findBestContextMenuCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHotspot, const IntRect& touchArea, const WillBeHeapVector<RefPtrWillBeMember<Node> >&);
|
| bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const WillBeHeapVector<RefPtrWillBeMember<Node> >&);
|
| // FIXME: Implement the similar functions for other gestures here as well.
|
|
|
|
|