diff options
author | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:31:30 +0000 |
---|---|---|
committer | japhet@chromium.org <japhet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 21:31:30 +0000 |
commit | 8f5f7f38c7f9bcad93e17fa5b99138d8eeadcc65 (patch) | |
tree | 5e21a659252aa3ee990b992c64647f199946e788 /webkit/api/src/WebViewImpl.cpp | |
parent | 5e85b6df11e8a98a7384a9b2a84471e3de85011f (diff) | |
download | chromium_src-8f5f7f38c7f9bcad93e17fa5b99138d8eeadcc65.zip chromium_src-8f5f7f38c7f9bcad93e17fa5b99138d8eeadcc65.tar.gz chromium_src-8f5f7f38c7f9bcad93e17fa5b99138d8eeadcc65.tar.bz2 |
WebKit roll 50756:50820.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/391019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/src/WebViewImpl.cpp')
-rw-r--r-- | webkit/api/src/WebViewImpl.cpp | 11 |
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 |