Disabled touch adjust feature in case of SDK version.
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / efl / WebPageEfl.cpp
index f74b956..3d7211e 100755 (executable)
@@ -899,7 +899,6 @@ static IntRect getNodeRect(Node* node, Node* focusableNode, bool isImage)
 
 #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
-#if ENABLE(TOUCH_ADJUSTMENT)
 static bool isClickableOrFocusable(Node* focusableNode)
 {
 
@@ -927,6 +926,7 @@ static bool isClickableOrFocusable(Node* focusableNode)
    return false;
 }
 
+#if ENABLE(TOUCH_ADJUSTMENT)
 static IntRect getFocusedRect(HitTestResult hitTestResult, Page* page, const IntPoint& point, const IntSize& area)
 #else
 static IntRect getFocusedRect(HitTestResult hitTestResult, Page* page)