summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebViewImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/src/WebViewImpl.cpp')
-rw-r--r--webkit/api/src/WebViewImpl.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/api/src/WebViewImpl.cpp b/webkit/api/src/WebViewImpl.cpp
index 0192c5d..3a569a9 100644
--- a/webkit/api/src/WebViewImpl.cpp
+++ b/webkit/api/src/WebViewImpl.cpp
@@ -1337,17 +1337,6 @@ void WebViewImpl::dragSourceEndedAt(
static_cast<DragOperation>(operation));
}
-void WebViewImpl::dragSourceMovedTo(
- const WebPoint& clientPoint,
- const WebPoint& screenPoint)
-{
- PlatformMouseEvent pme(clientPoint,
- screenPoint,
- LeftButton, MouseEventMoved, 0, false, false, false,
- false, 0);
- m_page->mainFrame()->eventHandler()->dragSourceMovedTo(pme);
-}
-
void WebViewImpl::dragSourceSystemDragEnded()
{
// It's possible for us to get this callback while not doing a drag if