Fixed drag position issue
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / tizen / Drag.cpp
index 3c24476..c649c9f 100755 (executable)
@@ -97,6 +97,11 @@ void Drag::Show()
 }
 
 // handle callbacks
+void Drag::handleMouseDown(DragHandle* handle)
+{
+    m_Handle->move(handle->position());
+}
+
 void Drag::handleMouseMove(DragHandle* handle)
 {
     IntPoint viewPoint = m_viewImpl->transformFromScene().mapPoint(handle->position());