[Webkit-unassigned] [Bug 43449] [chromium] Generate drag images for HTML elements and selections.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 12 13:39:41 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43449
--- Comment #15 from Tony Chang <tony at chromium.org> 2010-08-12 13:39:40 PST ---
(In reply to comment #14)
> It looks like Safari uses Frame::nodeImage(Node*). Can we do the same for chromium? Bonus points if you make the return type a DragImageRef and pull the function out from behind the platform #ifs.
That is, safari win uses Frame::nodeImage(Node*) and safari mac uses Frame::snapshotDragImage(Node*, NSRect* imageRect, NSRect* elementRect). However both have a nodeImage(Node*) method and that's the signature we want for chromium, so it seems worthwhile to pull that out and use it in Chromium.
--
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