[Webkit-unassigned] [Bug 43449] [chromium] Generate drag images for HTML elements and selections.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 16:42:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43449


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65004|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #45 from Eric Seidel <eric at webkit.org>  2010-08-23 16:42:32 PST ---
(From update of attachment 65004)
I think the bug here is that DragImageRef shouldn't be a RetainPtr on some platforms and a raw ptr on others.  You might use the getPtr() template, which is how we get pointers out of raw or smart pointers when the code doesn't necessarily know the type.

I think this is OK.  But we should file a bug about fixing DragImageRef on Mac.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list