[webkit-reviews] review granted: [Bug 34305] Drag and Drop: Windows uses "stop" sign as cursor when dragging : [Attachment 47738] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 15:42:41 PST 2010


Adam Roben (aroben) <aroben at apple.com> has granted Brian Weinstein
<bweinstein at apple.com>'s request for review:
Bug 34305: Drag and Drop: Windows uses "stop" sign as cursor when dragging
https://bugs.webkit.org/show_bug.cgi?id=34305

Attachment 47738: Patch
https://bugs.webkit.org/attachment.cgi?id=47738&action=review

------- Additional Comments from Adam Roben (aroben) <aroben at apple.com>
> +    if (!IntRect(webViewRect).contains(cursorPoint)) {

You could actually use PtInRect here instead.

r=me


More information about the webkit-reviews mailing list