| Index: sky/engine/core/page/TouchAdjustment.h
|
| diff --git a/sky/engine/core/page/TouchAdjustment.h b/sky/engine/core/page/TouchAdjustment.h
|
| index 254e71e3c0ae65e8197ca263be3d5ac6ecef8cd1..ab39d0029180276ffd576f519aabdf5b4838fa91 100644
|
| --- a/sky/engine/core/page/TouchAdjustment.h
|
| +++ b/sky/engine/core/page/TouchAdjustment.h
|
| @@ -31,8 +31,6 @@ namespace blink {
|
| class Node;
|
|
|
| bool findBestClickableCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&);
|
| -bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&);
|
| -// FIXME: Implement the similar functions for other gestures here as well.
|
|
|
| } // namespace blink
|
|
|
|
|