Fixed drag position issue
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / tizen / Drag.h
index 5fa38db..ede5390 100755 (executable)
@@ -58,6 +58,7 @@ public:
     EwkViewImpl* getViewImpl() { return m_viewImpl; }
 
     // handle callback
+    void handleMouseDown(DragHandle* handle);
     void handleMouseMove(DragHandle* handle);
     void handleMouseUp(DragHandle* handle);