[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

japhet at chromium.org japhet at chromium.org
Wed Apr 7 23:30:55 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d614a94089268c7740984287767cbaf767baad24
Author: japhet at chromium.org <japhet at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 17:03:11 2009 +0000

    2009-11-11  Nate Chapin  <japhet at chromium.org>
    
            Reviewed by Dimitri Glazkov.
    
            Remove WebViewImpl::dragSourceMovedTo(), as it is no longer
            needed after http://trac.webkit.org/changeset/50786.
    
            https://bugs.webkit.org/show_bug.cgi?id=31354
    
            * src/WebViewImpl.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50808 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index ef2fe44..fa29826 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,14 @@
+2009-11-11  Nate Chapin  <japhet at chromium.org>
+
+        Reviewed by Dimitri Glazkov.
+
+        Remove WebViewImpl::dragSourceMovedTo(), as it is no longer
+        needed after http://trac.webkit.org/changeset/50786.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31354
+
+        * src/WebViewImpl.cpp:
+
 2009-11-10  Nate Chapin  <japhet at chromium.org>
 
         Unreviewed, Chromium build fix for http://trac.webkit.org/changeset/50760.
diff --git a/WebKit/chromium/src/WebViewImpl.cpp b/WebKit/chromium/src/WebViewImpl.cpp
index 0192c5d..3a569a9 100644
--- a/WebKit/chromium/src/WebViewImpl.cpp
+++ b/WebKit/chromium/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

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list