X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fpage%2FTouchAdjustment.h;h=57c8e2e9d4862c5e0e6a147f85fd279d99dcf890;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=df2cd162cc89c72d356d6cb7b392b7ef6d9a14a8;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/page/TouchAdjustment.h b/src/third_party/WebKit/Source/core/page/TouchAdjustment.h index df2cd16..57c8e2e 100644 --- a/src/third_party/WebKit/Source/core/page/TouchAdjustment.h +++ b/src/third_party/WebKit/Source/core/page/TouchAdjustment.h @@ -26,7 +26,7 @@ #include "wtf/RefPtr.h" #include "wtf/Vector.h" -namespace WebCore { +namespace blink { class Node; @@ -35,6 +35,6 @@ bool findBestContextMenuCandidate(Node*& targetNode, IntPoint& targetPoint, cons bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const WillBeHeapVector >&); // FIXME: Implement the similar functions for other gestures here as well. -} // namespace WebCore +} // namespace blink #endif